Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- playing = false
- script.Parent.MouseButton1Click:connect(function()
- if playing == false then
- emote:Play()
- hum.WalkSpeed = 0
- hum.JumpPower = 0
- playing = true
- elseif playing == true then
- emote:Stop()
- hum.WalkSpeed = 16
- hum.JumpPower = 50
- playing = false
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement