Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local PE, PE3
- if Form ~= "Kaioken" then
- PE = Instance.new("Part", c)
- PE.Size = Vector3.new(2, 2, 2)
- PE.Material = "Neon"
- PE.BrickColor = BrickColor.new("Light blue")
- PE.CanCollide = false
- PE.Anchored = true
- else
- PE = Instance.new("Part", c)
- PE.Size = Vector3.new(4, 4, 4)
- PE.Material = "Neon"
- PE.BrickColor = BrickColor.new("Bright red")
- PE.CanCollide = false
- PE.Anchored = true
- PE3 = Instance.new("Part", c)
- PE3.Size = Vector3.new(4.1, 4.1, 4.1)
- PE3.Material = "Neon"
- PE3.Transparency = 0.5
- PE3.BrickColor = BrickColor.new("Light blue")
- PE3.CanCollide = false
- PE3.Anchored = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement