#why is the line red
6 messages · Page 1 of 1 (latest)
local explosion = workspace.Explosionefffect1
that’s a string not a variable
local sword = “This sword is so sharp!”
print(sword)
output would be: This sword is so sharp!
yeah u can't have a string be a variable
** You are now Level 9! **