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

Don't know how to fix what output gave me? [CLOSE THIS PLS]

Asked by 7 years ago
Edited 7 years ago

Output: 12:05:05.820 - ServerScriptService.SSJScript:31: '}' expected (to close '{' at line 29) near 'Parent' I'm making a transformation script game is filtering enabled this is a script in serverscriptservice that recieves the event when a localscript in startercharacterscripts fires it.

left out most of it so it won't get leaked only left part that needed fixing

001--//Variables
002hatsRemoved = false
003local rp = game:GetService("ReplicatedStorage")
004local ssjHair = rp:WaitForChild("SSJ1").SSJ
005local ssjParticles = rp:WaitForChild("SSJ1").SSJparticles
006--local camScript = script.camScript
007--//Instances
008local anim = Instance.new("Animation")
010animTrack = nil
011local offanim = Instance.new("Animation")
013--//Events
014--local ssjEvent = rp:WaitForChild("SSJEvent")
015--local offEvent = rp:WaitForChild("SSJOffEvent")
View all 182 lines...
0
at line 31 does that part need ";" at the end? "partChooserStart;" Paldi 109 — 7y
1
I tried that but it didn't work but then when i read what you said again I noticed that i could do that if I just edit the script a little bit, thanks. Godlydeathdragon 227 — 7y

Answer this question