Как сделать смену камеры в роблокс студио

Аватар автора
скрипт и инструкция создайте part в workspace и назовите его CameraPart скрипт: local ScreenGui = Instance.new(«ScreenGui», script.Parent) local TextButton = Instance.new(«TextButton», ScreenGui) local Ui = Instance.new(«UICorner», TextButton) local UiGrad = Instance.new(«UIGradient», TextButton) local Frame = Instance.new(«Frame», ScreenGui) local Ui2 = Instance.new(«UICorner», Frame) local Uistroke = Instance.new(«UIStroke», Frame) local CameraPart = workspace:WaitForChild(«CameraPart») local CurrentCamera = workspace.CurrentCamera local click = false local db = false local SoundClick2 = Instance.new(«Sound», TextButton) local SoundClick = Instance.new(«Sound», TextButton) SoundClick2.SoundId = «rbxassetid://452267918» SoundClick.SoundId = «rbxassetid://6042053626» ----------------------------------------------------------- КРАСОТА -------------------------------------------------------------------------- Uistroke.Thickness = 2.5 TextButton.Size = UDim2.new(0,200,0,50) TextButton.Text = «Нажми» -- текст на вкус (пишите в ковычках) TextButton.Position = UDim2.new(0.671,0,0.605,0) UiGrad.Color = ColorSequence.new(Color3.fromRGB(105, 243, 255), Color3.fromRGB(34, 5, 255)) UiGrad.Rotation = 90 Frame.Size = TextButton.Size Frame.Position = TextButton.Position Frame.Transparency = 1 TextButton.TextScaled = true ----------------------------------------------------------- АКТИВНОСТЬ --------------------------------------------------------------------------...

0/0


0/0

0/0

0/0

0/0