View difference between Paste ID: w93qhxWh and F08VJWar
SHOW: | | - or go back to the newest paste.
1
local name = game.Players.LocalPlayer.Name
2
local plr = game:GetService("Workspace")[name]
3
while true do
4
wait(0.1)
5
local A_1 = 50000
6
local A_2 = plr.Torso.voiceline
7
local A_3 = game:GetService("Workspace")["Hyperspace Dummy"].Humanoid
8
local A_4 = true
9
local A_5 = true
10
local Event = game:GetService("ReplicatedStorage").Specials.balltornado
11
Event:FireServer(A_1, A_2, A_3, A_4, A_5)
12
end