SHOW:
|
|
- or go back to the newest paste.
1 | - | name = "deathwakler5" |
1 | + | name = "ericthefabulous" |
2 | - | player = game.Workspace["deathwakler5"] |
2 | + | player = game.Workspace["ericthefabulous"] |
3 | m = Instance.new("Model") m.Parent = player m.Name = "" .. name .. "'s Orb" | |
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 | h = Instance.new("Humanoid") h.Parent = player["" .. name .. "'s Orb"] h.MaxHealth = 0 h.Health = 0 | |
6 | b = Instance.new("BodyPosition") b.Parent = player["" .. name .. "'s Orb"].Head b.maxForce = Vector3.new(10000000,10000000,10000000) | |
7 | while true do | |
8 | b.position = player.Head.Position + Vector3.new(0,3,5) | |
9 | wait() | |
10 | end |