Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local part = workspace.Part --the object itself
- local sizex = part.Size.X --length
- local sizez = part.Size.Z --height
- local positiony = part.Position.Y --position to the left
- local positionx = part.Position.X --position to the right
- local positionz = part.Position.Z --position to the above
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement