Rahbiniy

Zombie Defense Tycoon Script

May 29th, 2023
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. --[[
  2. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  3. ]]
  4. --[[ Variables ]]
  5. local RS = game:GetService("ReplicatedStorage")
  6. local PS = game:GetService("Players")
  7. local Client = RS:WaitForChild("CIient")
  8. local RunSrv = game:GetService("RunService")
  9.  
  10. RunSrv.RenderStepped:Connect(function()
  11. Client:FireServer("Melee", "Divine Shield", PS.LocalPlayer.Character)
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment