Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- this script is disabled - you will have to enable it in the script properties. Made by loleris.
- skateboardId = 438109312 -- your models ID here
- root = game:GetService("InsertService"):LoadAsset(skateboardId)
- root.Name = "InsertedObject" .. skateboardId
- game:GetService("InsertService"):Insert(root)
- t = game.Players:findFirstChild("YourNameHere").Character:FindFirstChild("Torso")
- root:MoveTo(t.Position + t.CFrame.lookVector * 8)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement