I'm trying to use RocketPropulsion to create a part that follows the player around, but I don't know how to detect the player. Can someone help with this?
1 | function is_player(entity) |
2 | return typeof(entity) = = "Instance" and entity.ClassName = = "Player" |
3 | end |