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

How do I make a model with spaces in its name remove?

Asked by 7 years ago

how can i remove a model with spaces in its name? ive tried

game.Workspace.("Engineer Points"):Destroy()

0
game.Workspace["Engineer Points"]:Destroy(). You can access workspace using the key User#5423 17 — 7y
0
That or workspace:FindFirstChild("Engineer Points") 2eggnog 981 — 7y

1 answer

Log in to vote
2
Answered by
Filipalla 504 Moderation Voter
7 years ago
game.Workspace["Engineer Points"]:Destroy()

its not harder than that start look on scripting tutorials:)

Ad

Answer this question