#help me out here
45 messages · Page 1 of 1 (latest)
** You are now Level 1! **
;compile
if 10 >= 5 then
print("Ten is greater than or equal to five!")
end
Ten is greater than or equal to five!
>= is a valid relational operator
The script type and its location matters
Tell me both of those details and I will tell you if they're compatible
my code was
local t = math.random(10)
if t >= 5 then
print("Ten is greater than or equal to five!")
end
it didnt work
^
^
its a normal script
inside a part
THEN IT WONT WORK
i think your "script" is just a text in a gui not an actual script
It does. We'll trust that the plug-in makes a compatible choice. Did you test the code?
Your code includes an exclamation mark in "Success", which is unexpected from the output
That is also viable; it depends on whether or not OP is able to distinguish the two
How do you know it doesn't work?
Create your own script unrelated from the plug-in
A Script in ServerScriptService will do
inside a part too
Run a test session or a solo session
No need to make a part for this, but yes
How are you testing the script?