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

(Better Reupload) Used to work but now no longer works and I don't know why?

Asked by 4 years ago
Edited 4 years ago

Edit: Earlier I did not provide the script now I will so you guys can help me with a solution

I don't know a lot about code and when I created something that no longer works, it makes me paranoid that I can't fix it and it can happen to my other codes. These are two scripts in one part doing different things at the same time. The two scripts I made were confirmed to be working fine from another question but despite that, the part still doesn't work becaus3e the part doesn't even become visible.

First script

while true do
    script.Parent.CFrame = script.Parent.CFrame *           CFrame.fromEulerAnglesXYZ(0,0.1,0)
    wait()
end

Second script:

wait(3)
script.Parent.Transparency = 0
0
These are two separate scripts? Where are these scripts located? What kind of scripts are they? ForeverBrown 356 — 4y
0
They are two "scripts" in one part that becomes visible after 3 seconds and spins User#30241 0 — 4y
0
What exactly happens in game? Can you just not see the brick at all? royaltoe 5144 — 4y
0
Are there any errors? royaltoe 5144 — 4y
View all comments (3 more)
0
Yes, everytime I join or test my game, the part doesn't even appear User#30241 0 — 4y
0
I mean when you press view tab-> output are there any errors there royaltoe 5144 — 4y
0
No User#30241 0 — 4y

Answer this question