Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game:GetService('RunService').Heartbeat:connect(function()
- if game.Players.LocalPlayer.Character then
- game.Workspace.Button.Sparkles.Enabled = false
- game.Workspace.Button.Transparency = 1
- game.Workspace.Button.Decal.Transparency = 1
- game.Workspace.Button.CanCollide = false
- game.Workspace.Button.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment