Hey there,
I’m trying to make a GUI that displays the character playing the game onto a Viewpoint GUI, I’ve tried to find anything from :LoadCharacter. I want this to be done locally, is there any way I can make the local player see their character on the GUI?
Heres what I’m trying to achieve with my character below.
Hey, I’ve defined the viewpoint and got all the camera stuff sorted but I couldn’t see my character on the viewpoint frame. I’ve been getting the errors -
Players.H1ddenScript.PlayerGui.ScreenGui.LocalScript:5: attempt to index local ‘clone’ (a nil value)
and
Head is not a valid member of Model
I’m not sure if I made an error while trying to get the define stuff.
Just saying, this code will break because player characters have their Archivable property enabled and thus a clone cannot be produced. You need to disable Archivable to clone a character properly, otherwise you may experience unexpected behaviour. If it is cloning normally, that’s unintended.