of     1   

ItsMeKlc
#141297617Wednesday, July 23, 2014 7:11 PM GMT

Cant get this to work :I game.Players.LocalPlayer.Character.Humanoid.Jumping:connect(function() game.Workspace.Egg:Destroy() end)
FlamedSkull
#141297731Wednesday, July 23, 2014 7:12 PM GMT

Is it a local script?
128GB
#141297790Wednesday, July 23, 2014 7:13 PM GMT

local Player, Character = Game.Players.LocalPlayer if Player.Character == nil then Character = Player.CharacterAdded:wait() end function onJump() print("stuff") end Character.Humanoid.Jumping:connect(onJump)
InternetGuy
#141297800Wednesday, July 23, 2014 7:13 PM GMT

I assume it's a LocalScript because he's accessing LocalPlayer.
128GB
#141297877Wednesday, July 23, 2014 7:14 PM GMT

'I assume it's a LocalScript because he's accessing LocalPlayer.' People do that all the time in local scripts and come here wondering why it doesn't work
InternetGuy
#141297926Wednesday, July 23, 2014 7:15 PM GMT

My post was a reply towards Flame.
128GB
#141298008Wednesday, July 23, 2014 7:16 PM GMT

And I was replying to you that people try to use LocalPlayer in server scripts and come here asking for help anyway because they didn't know
InternetGuy
#141298031Wednesday, July 23, 2014 7:16 PM GMT

Ah, sorry.

    of     1