How To Use BodyPosition: 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 15:4315:43, 10 December 2024 PRG talk contribs 2,945 bytes +2,945 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..."