|
| 24 Sep 2015 04:17 AM |
nothing in out put e.e --SERVERSIDE SCRIPT-- script.Stop.OnServerEvent:connect(function(player) for i,v in pairs (player.Character.Humanoid:GetPlayingAnimationTracks()) do if v.Name == "Running" then v:Stop() end end end) --LOCALSCRIPT--
UIS.InputEnded:connect(function(keyObj, gameProcessedEvent) if keyObj.KeyCode == Enum.KeyCode.LeftShift then shift = false if not shift then game.Workspace.Folder.Stop.Stop:FireServer(player) end end end) |
|
|
| Report Abuse |
|