It’s crazy this hasn’t been answered / asked before. I searched all tutorials, and looked at about 5 - none of them worked. Either required it to be a modified “Dummy” which needed to have all the parts (ex. Head, Torso, Etc.) or simply had instructions that didn’t work.
I just want this singular part, named “lightplayerblock” to be the player’s character instead of the traditional Dummy. The part has the following things as it’s child:
That would be quite hard, you will need to set the camera’s subject to the cube and implement WASD movement and stuff to it, you can copy the code Roblox has (inserted inside Player.PlayerScripts when you run the game) and edit to so it works with a cube instead of a whole character model.
This works. It has been working. Now, the issue is, the camera won’t follow the part anymore. I’ve tried multiple solutions & looked on google and nothing has been working.
God, YES! I’ve done what everyone here has told me to do. I’ve searched so many times, using so many different keywords, and looked over 6 DevForum articles and they all didn’t work.