local remote = game:GetService("ReplicatedStorage"):FindFirstChild("Remotes"):FindFirstChild("GiveCoins") if remote and remote:IsA("RemoteEvent") then remote:FireServer(99999999999) end