Main public logs
From ROBLOX Wiki
Jump to navigationJump to search
Combined display of all available logs of ROBLOX Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:22, 10 December 2024 PRG talk contribs created page How to make a Trampoline (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...")