Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- https://www.roblox.com/games/2116452049/Alpha-steves-one-piece
- local plr = game.Players.LocalPlayer
- for i,v in pairs(game.Workspace:GetDescendants()) do
- if v.ClassName == "TouchTransmitter" then
- v.Parent.Position = plr.Character.HumanoidRootPart.Position + Vector3.new(5,0,0)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement