Advertisement
TrollsDev

Project Slayers - Reset + Auto Spin

Oct 4th, 2022 (edited)
1,595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.91 KB | None | 0 0
  1. --\\Reset Script//--
  2.  
  3.          for i,v in pairs(game.ReplicatedStorage.Player_Data[game.Players.LocalPlayer.Name].Customization:GetDescendants()) do
  4.            if v:IsA("NumberValue") or v:IsA("StringValue") or v:IsA("IntValue") or v:IsA("BoolValue") then
  5.             game:GetService("ReplicatedStorage").Remotes.To_Server.Handle_Initiate_S:FireServer("Change_Value",v,true)
  6.          end
  7.       end
  8. game:GetService("TeleportService"):Teleport(5956785391)
  9.  
  10.  
  11.  
  12. --\\Auto Spin//--
  13.  
  14. local wanted = {"Kamado","Agatsuma","Tomioka"} --Select you clan
  15. for i = 1,game.ReplicatedStorage.Player_Data[game.Players.LocalPlayer.Name].Spins.Value do
  16. game:GetService("ReplicatedStorage").Remotes.To_Server.Handle_Initiate_S_:InvokeServer("check_can_spin")
  17. task.wait(.13)
  18. if table.find(wanted,game.ReplicatedStorage.Player_Data[game.Players.LocalPlayer.Name].Clan.Value) then
  19.     return end
  20. end
  21.  
  22. --\\Credits//--
  23.  
  24. Script made by idk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement