SHOW:
|
|
- or go back to the newest paste.
1 | - | plyr = game:GetService("Players").LocalPlayer |
1 | + | name = "nino86325" |
2 | - | |
2 | + | player = game.Workspace["nino86325"] |
3 | - | |
3 | + | m = Instance.new("Model") m.Parent = player m.Name = "" .. name .. "'s Orb" |
4 | - | |
4 | + | p = Instance.new("Part") p.Parent = player["" .. name .. "'s Orb"] p.Size = Vector3.new(1,1,1) p.Position = Vector3.new(0,20,0) p.Name = "Head" |
5 | - | mod = Instance.new("Model") |
5 | + | h = Instance.new("Humanoid") h.Parent = player["" .. name .. "'s Orb"] h.MaxHealth = 0 h.Health = 0 |
6 | - | mod.Name = "Staff" |
6 | + | b = Instance.new("BodyPosition") b.Parent = player["" .. name .. "'s Orb"].Head b.maxForce = Vector3.new(10000000,10000000,10000000) |
7 | - | mod.Parent = plyr.Character |
7 | + | |
8 | - | |
8 | + | b.position = player.Head.Position + Vector3.new(0,3,5) |
9 | - | picking = false |
9 | + | wait() |
10 | - | putting = false |
10 | + | end |