#Attempt to index string with Value. Who help me to fix this?
35 messages · Page 1 of 1 (latest)
It is a value string that is inside replicated storage
ok a StringValue
can you show me lines 1-3 just so i know how you defined it
it looks like you set the .Value correctly, my only guess is that you might have defined the actual Status object reference incorrectly
@half flume give lines 1-3 pretty pls
oh what was it
ahhh
Status = "game over"
soft typecasting can mess you up
The correct one would be status.Value = "gamer over"
you unintentionally changed it from an object reference to a string, yeah
Yeee
thank you so much man
for the attention
❤️
“Countdown = Countdown -1” 💀
👍
** You are now Level 1! **
Why not use -= 💀
yeah for future reference if youre doing something like that you can just use Countdown -= 1