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?
function is_player(entity) return typeof(entity) == "Instance" and entity.ClassName == "Player" end