Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why when printing with varibles u can see spaces, How do you fix that? thank you

Asked by 3 years ago
Edited 3 years ago

So when I print with variables like

print(exe,":FireServer("..USER.Text..")")

It will show something like

MainRemake.Execute.Execute :FireServer(Print('Hi'))

But there is a space in between the Execute.Execute and :FireServer. I don't want that, I want to replace the Space with Nothing no spaces if you can fix that please help.

1 answer

Log in to vote
0
Answered by
quinzt 201 Moderation Voter
3 years ago

im not entirely sure what your exe variable is, but you could try this:

print(exe.Name..":FireServer("..USER.Text..")")

0
Thank you! TestGloryRare 7 — 3y
Ad

Answer this question