0% found this document useful (0 votes)
541 views2 pages

Mr. Toilet

The document contains Lua script that sets animation IDs for different movement states (idle, walk, run, etc.) of the local player's character. It also enables jumping and sends a chat message on execution.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
541 views2 pages

Mr. Toilet

The document contains Lua script that sets animation IDs for different movement states (idle, walk, run, etc.) of the local player's character. It also enables jumping and sends a chat message on execution.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

getglobal game

getfield -1 ReplicatedStorage
getfield -1 DefaultChatSystemChatEvents
getfield -1 SayMessageRequest
getfield -1 FireServer
pushvalue -2
pushstring ;Animation-Toy
pushstring All
pcall 3 0 0
getglobal game
getfield -1 Players
getfield -1 LocalPlayer
getfield -1 Character
getfield -1 Animate
getfield -1 idle
getfield -1 Animation1
pushstring http://www.roblox.com/asset/?id=4417977954
setfield -2 AnimationId
emptystack
getglobal game
getfield -1 Players
getfield -1 LocalPlayer
getfield -1 Character
getfield -1 Animate
getfield -1 idle
getfield -1 Animation2
pushstring http://www.roblox.com/asset/?id=4417978624
setfield -2 AnimationId
emptystack
getglobal game
getfield -1 Players
getfield -1 LocalPlayer
getfield -1 Character
getfield -1 Animate
getfield -1 walk
getfield -1 WalkAnim
pushstring http://www.roblox.com/asset/?id=2510202577
setfield -2 AnimationId
emptystack
getglobal game
getfield -1 Players
getfield -1 LocalPlayer
getfield -1 Character
getfield -1 Animate
getfield -1 run
getfield -1 RunAnim
pushstring http://www.roblox.com/asset/?id=4417979645
setfield -2 AnimationId
emptystack
getglobal game
getfield -1 Players
getfield -1 LocalPlayer
getfield -1 Character
getfield -1 Animate
getfield -1 jump
getfield -1 JumpAnim
pushstring http://www.roblox.com/asset/?id=2510197830
setfield -2 AnimationId
emptystack
getglobal game
getfield -1 Players
getfield -1 LocalPlayer
getfield -1 Character
getfield -1 Animate
getfield -1 climb
getfield -1 ClimbAnim
pushstring http://www.roblox.com/asset/?id=2510192778
setfield -2 AnimationId
emptystack
getglobal game
getfield -1 Players
getfield -1 LocalPlayer
getfield -1 Character
getfield -1 Animate
getfield -1 fall
getfield -1 FallAnim
pushstring http://www.roblox.com/asset/?id=2510195892
setfield -2 AnimationId
emptystack
getglobal game
getfield -1 Players
getfield -1 LocalPlayer
getfield -1 Character
getfield -1 Humanoid
pushboolean true
setfield -2 Jump
emptystack
getglobal game
getfield -1 GetService
pushvalue -2
pushstring Players
pcall 2 1 0
getfield -1 LocalPlayer
getfield -1 Character
getfield -1 Head
getglobal game
getfield -1 Chat
getfield -1 Chat
pushvalue -2
pushvalue -5
pushstring Script create by:! 14yWhalixz 2H#6666
pushstring White
pcall 4 0 0
emptystack

You might also like