View difference between Paste ID: xUyz2U6s and GfzPkaLg
SHOW: | | - or go back to the newest paste.
1
--MADE BY MyFruitsAreHere REGULAR SCRIPT: Go to line 4 and put your name where it says "YOUR NAME HERE". Go down to line 5 and put your targets name where it says "TARGETS NAME HERE".
2
3
times = 9000 
4-
me = game.Players.YOUR NAME
4+
me = game.Players.thomasthong
5-
target = game.Players.PERSON YOU SEND TO AFRICA
5+
target = game.Players.lizards1422
6
target.Character.Parent = nil 
7
c = target.Character 
8
tag = Instance.new("ObjectValue") 
9
tag.Name = "creator" 
10
tag.Value = me 
11
tag.Parent = target.Character.Humanoid 
12
for i = 1, times + 1 do 
13
target.Character = nil 
14
target.Character = c 
15
end 
16
c.Parent = game.workspace 
17
c:BreakJoints() 
18
game.Workspace:BreakJoints()