SHOW:
|
|
- or go back to the newest paste.
1 | en = true | |
2 | ||
3 | while true do | |
4 | wait(3) | |
5 | if en == true then | |
6 | en = false | |
7 | if game.Workspace:findFirstChild(script.c.Value) and game.Workspace:findFirstChild(script.u.Value) then | |
8 | ||
9 | - | local c = game.Workspace:findFirstChild(script.c.Value) |
9 | + | local ththth00 = game.Workspace:findFirstChild(script.c.Value) |
10 | local u = game.Workspace:findFirstChild(script.u.Value) | |
11 | ||
12 | script.Parent.BodyPosition:clone().Parent = c.Torso | |
13 | script.Parent.BodyPosition:clone().Parent = u.Torso | |
14 | if c:findFirstChild("Shirt") then | |
15 | u.Shirt:remove() | |
16 | c.Shirt:clone().Parent = u | |
17 | end | |
18 | local d = c:GetChildren() | |
19 | for i=1, #d do | |
20 | if (d[i].className == "Hat") then | |
21 | d[i].Parent = u | |
22 | end | |
23 | end | |
24 | wait(4) | |
25 | c:remove() | |
26 | ||
27 | u.Humanoid.MaxHealth = u.Humanoid.MaxHealth + 100 | |
28 | wait(0.1) | |
29 | u.Humanoid.WalkSpeed = u.Humanoid.WalkSpeed + 26 | |
30 | game.Players:findFirstChild(script.c.Value).Character = u | |
31 | u.Torso.BodyPosition:remove() | |
32 | wait(0.1) | |
33 | ||
34 | ||
35 | ||
36 | else | |
37 | end | |
38 | en = true | |
39 | end | |
40 | end |