How to make a Trampoline: Revision history

From ROBLOX Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 December 2024

  • curprev 14:2214:22, 10 December 2024 PRG talk contribs 1,702 bytes +1,702 Created page with "{{CatUp|Tutorials}} __TOC__ ==Introduction== This tutorial is intended to show how to build a trampoline. ==Setup== Let's begin by adding one brick. Now, you'll want to look in your properties, and if you don't have the properties window, then select View->Properties. ==Script== * Select the brick. * Insert > Object > Script. * Copy and Paste the following into the script object: <pre> local v = 200 function onTouched(part) -- when the brick gets touched if part.Pa..."