#gun hud, ammo display etc

6 messages · Page 1 of 1 (latest)

whole fable
#

The while task.wait() do will be very intense on performance because it basically fires every frame

#

You would want to update the values in the while loop not in the loop itself but when you fire the weapon

#

Also i don't know why there's a need to clone the gui unless you somehow made it dependant on being cloned but i doubt you need to clone it

vague heath
#

you should make it so it waits until the value Changes before it updates instead of this this is preformance eating

untold kernel
#

wouldnt it be better to check getpropertychangedsignal of the values instead of task.wait

#

wait ressurective said that oopsie