WELPLOCKED

Bullet dungeon script

Dec 25th, 2024
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local function inf(skill)
  2.  
  3. local args = {
  4.  
  5. [1] = 3,
  6.  
  7. [2] = "Skillpoints",
  8.  
  9. [3] = skill,
  10.  
  11. [4] = 0/0
  12.  
  13. }
  14.  
  15. game:GetService("ReplicatedStorage").ReplicaRemoteEvents.Replica_ReplicaSignal:FireServer(unpack(args))
  16.  
  17. end
  18.  
  19.  
  20.  
  21. inf("Health")
  22.  
  23. inf("Block")
  24.  
  25. inf("Invincible")
Advertisement
Add Comment
Please, Sign In to add comment