Загрузка страницы

How To Make Your Own Fortnite Lobby in Roblox (Part 1)

I wanted to make new series where I Teach You guys to make all kinds of cool things you can make on Roblox so enjoy the first part of the Tutorial on how to make your own lobby in Roblox.

Camera Script:
local Camera = game.Workspace.CurrentCamera
local Player = game.Players.LocalPlayer
repeat wait() until Player.Character

Camera.CameraType = "Scriptable"
Camera.CFrame = game.Workspace.CamPart.CFrame

script.Parent.Enabled = true

local MasterControl = require(game.Players.LocalPlayer:WaitForChild("PlayerScripts"):WaitForChild("ControlScript"):WaitForChild("MasterControl"))

MasterControl:Disable()
script.Parent.Spawn.MouseButton1Click:connect (function ()
script.Parent.Enabled = false
Camera.CameraType = "Custom"

function setTeam(player, teamName)
player.TeamColor = game.Teams[teamName].TeamColor
if player.Character then
end
end

for _, player in pairs(game.Players:GetPlayers()) do
setTeam(player, "Grey Team") ---- Change this to the team you want them to be on once they are done customizing their character
end
local MasterControl = require(game.Players.LocalPlayer:WaitForChild("PlayerScripts"):WaitForChild("ControlScript"):WaitForChild("MasterControl"))

MasterControl:Enable()

end)

Stop Walking Script:
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0

Видео How To Make Your Own Fortnite Lobby in Roblox (Part 1) канала SonicProGaming
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
29 августа 2019 г. 9:06:54
00:22:36
Яндекс.Метрика