#How can i make football shoot with a tool

11 messages · Page 1 of 1 (latest)

flint sail
#

Have to use a remote event

#

And fire it from the client on click

flint sail
#

Oh that's not how u get a players character

#

You just do

#

player.Character

#

That's the reference for the character of the player

#

usually most coders do

#
local char = player.Character or play.CharacterAdded:Wait()
#

To reference the character

#

If the script might execute before the actual player has joined

#

But for these purposes player.Character works fine