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

Why is the Guided Rocket Launcher going crazy? [closed]

Asked by 10 years ago

Everytime the Guided Rocket Launches, The camera started getting glitch, Here's the script:

001local active
002local Tool = script.Parent
003local Launcher = Tool.Handle
004 
005local Rocket = Instance.new("Part")
006Rocket.Locked = true
007Rocket.BackSurface = 3
008Rocket.BottomSurface = 3
009Rocket.FrontSurface = 3
010Rocket.LeftSurface = 3
011Rocket.RightSurface = 3
012Rocket.TopSurface = 3
013Rocket.Size = Vector3.new(1, 2.5, 1)
014Rocket.BrickColor = BrickColor.new(23)
015Rocket.FormFactor = 3
View all 153 lines...

Closed as Too Broad by MrNicNac

This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.

Why was this question closed?