of     1   

RealistK
#140185835Sunday, July 13, 2014 10:27 AM GMT

When I put this script in a brand new place, it works. When I put this script in my RPG (The Assassins Code) it doesn't work, why is that? local player = game.Players.LocalPlayer local mouse = player:GetMouse() mouse.KeyDown:connect(function(key) key = key:lower() if key == string.char(32) then local animation = Instance.new("Animation") animation.AnimationId = "http://www.roblox.com/Asset?ID=166026160" end end)
RealistK
#140186607Sunday, July 13, 2014 10:55 AM GMT

bump
Fluent_Lua
#140186675Sunday, July 13, 2014 10:57 AM GMT

Maybe another script is disabling or removing it?
RealistK
#140187438Sunday, July 13, 2014 11:26 AM GMT

But like what?
RealistK
#140189105Sunday, July 13, 2014 12:10 PM GMT

bump
RealistK
#140190943Sunday, July 13, 2014 1:01 PM GMT

bump
RealistK
#140192366Sunday, July 13, 2014 1:35 PM GMT

bump

    of     1