0

Main question for me is can I make it so that it can access the local players character from a variable given in a module script? I can't seem to access the character of it, even though it still IS the local player and prints out local players name. if we guess that: module script:

local info = {

localplayer = game.Players.LocalPlayer,

}
return info

how do I access the character? (the script making the hitbox isn't a local script.)

1

0

Browse other questions tagged or ask your own question.