Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local p1 = GetService()
- getgenv().StandsToKEEP = {
- ["White Poison"] = false
- ["Violet Fog"] = false
- ["Six Pistols"] = false
- ["Airsmith"] = false
- ["Scarlet King"] = false
- ["Golden Spirit"] = false
- ["Zipper Fingers"] = false
- ["Ice Album"] = false
- ["Ms. Vice President"] = false
- ["Ocean Boy"] = false
- ["The Hand"] = false
- ["Shining Sapphire"] = false
- ["Deadly King"] = false
- ["Red Hot Chili Pepper"] = false
- ["Violet Vine"] = false
- ["Tentacle Green"]= false
- ["Grey Rapier"] = false
- ["Magician's Emer"] = false
- ["Void"] = false
- ["Platinum Sun"] = false
- ["The Universe"] = false
- ["Abubiz"] = false
- }
- function data1(data)
- local player = GetService("Players").LocalPlayer
- if data = "Stand" then
- return player:WaitForChild("PlayerStats").Stand.Value
- elseif data = "YStand" then
- if string.upper(player:WaitForChild("PlayerStats.").Stand.Value) == "NONE" then
- return false
- end
- return true
- elseif data = "shiny"
- if player.PlayerGui:WaitForChild("HUD").Main.Frames:WaitForChild("Settings").Stand.TextLabel:FindFirstChild("Shiny") then
- return true
- return false
- end
- elseif data = "NStand" then
- if string.upper(player:WaitForChild("PlayerStats.").Stand.Value) == "NONE" then
- return true
- end
- return false
- end got this done rn idk if any shit will work ever
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement