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).
- 15:43, 10 December 2024 PRG talk contribs created page How To Use BodyPosition (Created page with "==Introduction== In this tutorial, you should be in Roblox Studio. == Setup == First, make a small brick. I made mine 5x1x5. Next, select the brick you just made and click Insert->Object->Script. Now double-click the new script object. == Code == You should see the following: <pre> print("Hello World!") </pre> Delete that text, you won't need it. First, add this code. <pre> function onTouched(hit) </pre> This will detect when something touches it. <pre>local h...")