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

Team change camera manipulation?

Asked by 4 years ago
Edited 4 years ago

I transferred my team change from an old game into a new one and the team change had camera manipulation. Now the team change still works, but not the camera manipulation. It Here is the script:

--// Client
local Player = game.Players.LocalPlayer
local Character = Player.Character or Player.CharacterAdded:Wait()
local Camera = workspace.CurrentCamera

--// GUIs
local PlayButton = script.Parent.Parent.Teamchange.Frame.Light
local play = script.Parent.Parent.Teamchange.Frame.Dark
local confirm = script.Parent.Parent.Teamchange.Frame.Light.TextButton
local confirm2 = script.Parent.Parent.Teamchange.Frame.Dark.TextButton


0
is the scripts parents parent the starter gui Code1400 75 — 4y
0
Yes the scripts parent parent is the startergui cricketjedi 2 — 4y

Answer this question