Advertisement
SmokeDelsin

insert model script

May 24th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. skateboardId = 251691915
  2.  
  3. root = game:GetService("InsertService"):LoadAsset(skateboardId)
  4.  
  5. root.Name = "InsertedObject" .. skateboardId
  6.  
  7. game:GetService("InsertService"):Insert(root)
  8.  
  9. t = game.Players:findFirstChild("SmokeDelsin").Character:FindFirstChild("Torso")
  10.  
  11. root:MoveTo(t.Position + t.CFrame.lookVector * 8)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement