Advertisement
Death_Data

HipHop Trooper

Dec 31st, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. -- this script is disabled - you will have to enable it in the script properties. Made by loleris.
  2.  
  3. skateboardId = 438109312 -- your models ID here
  4.  
  5. root = game:GetService("InsertService"):LoadAsset(skateboardId)
  6.  
  7. root.Name = "InsertedObject" .. skateboardId
  8.  
  9. game:GetService("InsertService"):Insert(root)
  10.  
  11. t = game.Players:findFirstChild("YourNameHere").Character:FindFirstChild("Torso")
  12.  
  13. root:MoveTo(t.Position + t.CFrame.lookVector * 8)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement