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

My vote to regen poll won't work why? (Read desc for more details) [closed]

Asked by 5 years ago

I wanted to do is when player destroyed the model a vote to regen poll pops up. But, I lost the other part of the script. (It didn't save for some reason) Here's the script that I made

(By the way, my question was deleted by a mod for some reason)

model = game.Workspace.MyModelName
messageText = "Regenerating MyModelName..."

message = Instance.new("Message")
message.Text = messageText
backup = model:clone()

while true do
    wait(300) 

    message.Parent = game.Workspace
    model:remove()

    wait(4) 

    model = backup:clone()
    model.Parent = game.Workspace
    model:makeJoints()
    message.Parent = nil
end
0
Stop taking free models! User#24403 69 — 5y
0
i'm not dontban_mer -36 — 5y
0
Yes you are. The overuse of outdated features such as :clone and :remove, and using deprecated items like Messages give it away. Plus, the "backup" script you can find anywhere. User#24403 69 — 5y
0
No I can't dontban_mer -36 — 5y
View all comments (3 more)
0
The guidelines clearly state "Attempts should be your own work. Don't take a free model and expect us to fix it." https://scriptinghelpers.org/help/community-guidelines User#24403 69 — 5y
0
Please do not spam a question. That is also against the rules. It is not advisory to re-ask a question that just got taken down for breaking the rules. User#25115 0 — 5y
0
A continuation of rule breaking and spamming could cause you to be banned by a moderator now, instead of later, when your rep drops to -50 because of questions like this. User#25115 0 — 5y

Closed as Not Constructive by User#24403, NiniBlackJackQc, and evaera

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?