while wait() do local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("ReplicatedStorage"):WaitForChild("Event"):WaitForChild("TrainHit"):FireServer(unpack(args)) end