Why am I a statue?

Started by D4rkR420R, Sep 08, 2018, 09:53 PM

Previous topic - Next topic

D4rkR420R

So, can y'all give me the causes of why my pedestrian can't move nor type, while I'm spawned? I've a GUI button that spawns the player and the button itself sets its alpha to 0. Not sure if this ever happened to y'all. The pedestrian is not frozen as I tested this on a 04rel004 server (so the server version I'm currently using is 04rel006).

MatheuS

if( !sucess ) tryAgain();

Xmair

I'm curious about this, if you find any solutions then why don't you share it here so everyone can learn instead of a pm :/

Credits to Boystang!

VU Full Member | VCDC 6 Coordinator & Scripter | EG A/D Contributor | Developer of VCCNR | Developer of KTB | Ex-Scripter of EAD

EK.IceFlake

You probably have an invisible GUITextbox that has the player's focus.

D4rkR420R

Well, instead of setting the element's alpha to 0, I set the element to null and create the element again, however, it throws in a crash address whenever I spawn.

MatheuS

Quote from: KuRuMi^ on Sep 09, 2018, 03:09 PMWell, instead of setting the element's alpha to 0, I set the element to null and create the element again, however, it throws in a crash address whenever I spawn.

This happened to me when I tried to rename a Label.
if( !sucess ) tryAgain();