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
003 | local rp = game:GetService( "ReplicatedStorage" ) |
004 | local ssjHair = rp:WaitForChild( "SSJ1" ).SSJ |
005 | local ssjParticles = rp:WaitForChild( "SSJ1" ).SSJparticles |
008 | local anim = Instance.new( "Animation" ) |
011 | local offanim = Instance.new( "Animation" ) |
016 | local ssjEvent = Instance.new( "RemoteEvent" , rp) |
017 | ssjEvent.Name = "SSJEvent" |
022 | local function ssjFired(plr) |
023 | print ( "Event recieved" ) |
024 | local char = game.Workspace:FindFirstChild(plr.Name) |
025 | local lightningValues = { |
029 | Parent = game.Workspace.partChooserEnd; |
030 | CFrame = char.RightFoot.CFrame + Vector 3. new(- 1 , 0 , 0 ); |
035 | Parent = game.Workspace.partChooserStart; |
036 | CFrame = char.Head.CFrame + Vector 3. new( 0 , 100 , 0 ); |
037 | CFrame 2 = CFrame.new(lightningp 2. Position, Vector 3. new( 0 , 90 , 0 )) |
042 | Parent = game.Workspace.partChooserEnd; |
043 | CFrame = char.RightFoot.CFrame + Vector 3. new(- 3 , 1 , 0 ) |
047 | Name = "StartPoint2" ; |
048 | Parent = game.Workspace.partChooserStart; |
049 | CFrame = char.Head.CFrame + Vector 3. new( 2 , 100 , 0 ); |
050 | CFrame 2 = CFrame.new(lightningp 2. Position, Vector 3. new( 0 , 90 , 0 )) |
055 | Parent = game.Workspace.partChooserEnd; |
056 | CFrame = char.RightFoot.CFrame + Vector 3. new( 5 , 1 , 0 ) |
060 | Name = "StartPoint3" ; |
061 | Parent = game.Workspace.partChooserStart; |
062 | CFrame = char.Head.CFrame + Vector 3. new(- 4 , 100 , 0 ); |
063 | CFrame 2 = CFrame.new(lightningp 2. Position, Vector 3. new( 0 , 90 , 0 )) |
066 | local namee = plr.Name |
067 | local urFolder = rp:WaitForChild(namee) |
068 | local ssjE = urFolder:FindFirstChild( "SSJenabled" ) |
069 | local plrNameValue = script.plrName |
070 | plrNameValue.Value = namee |
071 | local ssjFound = rp:WaitForChild(namee) |
072 | local SSJenabled = ssjFound:FindFirstChild( "Value" ) |
073 | char.Humanoid.Health = math.huge |
074 | char.Humanoid.WalkSpeed = 0 |
075 | char.Humanoid.JumpPower = 0 |
077 | animTrack = plr.Character.Humanoid:LoadAnimation(anim) |
081 | for i = 1 ,#lightningValues do |
082 | local part = Instance.new( "Part" ) |
083 | part.Name = lightningValues [ i ] .Name |
084 | part.Parent = lightningValues [ i ] .Parent |
085 | part.CFrame = lightningValues [ i ] .CFrame |
086 | if lightningValues [ i ] .CFrame 2 then |
087 | part.CFrame = lightningValues [ i ] .CFrame 2 |
091 | part.CanCollide = false |
092 | part.Transparency = 1 |
093 | part.Size = Vector 3. new( 1 , 1 , 1 ) |
095 | local bolt = Instance.new( "Part" ) |
096 | bolt.Name = "LightningBolt" |
097 | bolt.BrickColor = BrickColor.new( 255 , 255 , 0 ) |
098 | bolt.Material = "Neon" |
099 | bolt.FormFactor = "Custom" |
100 | bolt.CanCollide = false |
102 | bolt.Size = Vector 3. new( 1 , 1 , 1 ) |
103 | local p = Instance.new( "Part" ) |
108 | p.formFactor = "Symmetric" |
109 | p.Size = Vector 3. new( 0 , 0 , 0 ) |
110 | p.TopSurface = "Smooth" |
111 | p.BottomSurface = "Smooth" |
115 | p.CFrame = char.UpperTorso.CFrame |
116 | p.BrickColor = BrickColor.new( "New Yeller" ) |
118 | function shootElectrode(from, to) |
124 | local distance = (from-to).magnitude |
126 | for i = 0 ,distance, step do |
129 | local offset = Vector 3. new( |
130 | math.random(-off,off), |
131 | math.random(-off,off), |
132 | math.random(-off,off) |
135 | local to = from + -(from-to).unit*step + offset |
137 | local p = bolt:Clone() |
138 | p.Parent = game.Workspace.ExtraParts |
139 | p.Size = Vector 3. new(p.Size.X, p.Size.Y, (from-to).magnitude) |
140 | p.CFrame = CFrame.new( from:Lerp(to,. 5 ) , to ) |
141 | game.Debris:AddItem(p,. 3 ) |
148 | p.Size = p.Size + Vector 3. new( 4 , 4 , 4 ) |
149 | p.Transparency = p.Transparency + 0.2 |
150 | p.CFrame = char.UpperTorso.CFrame |
152 | p.Size = Vector 3. new( 24 , 24 , 24 ) |
154 | local growingS = script.growingScript |
155 | growingS.Disabled = false |
158 | local partChooser = workspace.partChooserStart |
159 | local partChooser 2 = workspace.partChooserEnd |
160 | local random 1 = partChooser:children() [ math.random( 1 ,#partChooser:children()) ] |
161 | local random 2 = partChooser 2 :children() [ math.random( 1 ,#partChooser 2 :children()) ] |
164 | local from = random 1. Position |
165 | local to = random 2. Position |
167 | shootElectrode(from, to) |
169 | local partChooser = workspace.partChooserStart |
170 | local partChooser 2 = workspace.partChooserEnd |
171 | local random 1 = partChooser:children() [ math.random( 1 ,#partChooser:children()) ] |
172 | local random 2 = partChooser 2 :children() [ math.random( 1 ,#partChooser 2 :children()) ] |
175 | local from = random 1. Position |
176 | local to = random 2. Position |
178 | shootElectrode(from, to) |
182 | ssjEvent.OnServerEvent:connect(ssjFired) |