Advertisement
KodingKid

Roblox Lua Height, Length, and Position Script

Apr 11th, 2021
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. local part = workspace.Part --the object itself
  2. local sizex = part.Size.X --length
  3. local sizez = part.Size.Z --height
  4. local positiony = part.Position.Y --position to the left
  5. local positionx = part.Position.X --position to the right
  6. local positionz = part.Position.Z --position to the above
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement