Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Game
- local Workspace = game:GetService("Workspace")
- local Players = game:GetService("Players")
- local ReplicatedStorage = game:GetService("ReplicatedStorage")
- -- LocalPlayer
- local lPlayer = Players.LocalPlayer
- local lCharacter = lPlayer.Character
- local lHumanoidRootPart = lCharacter.HumanoidRootPart
- local lHumanoid = lCharacter.Humanoid
- local lSpeed = lHumanoid.WalkSpeed
- local lJump = lHumanoid.JumpPower
- local lGui = lPlayer.PlayerGui
- local lCFrame = lHumanoidRootPart.CFrame
- --[[ RemoteEvents & RemoteFunctions
- local RE1 = ReplicatedStorage.Path:FireServer(Arguments)
- local RE2 = ReplicatedStorage.Path:FireServer(Arguments)
- local RE3 = ReplicatedStorage.Path:FireServer(Arguments)
- local RF1 = ReplicatedStorage.Path:InvokeServer(Arguments)
- local RF2 = ReplicatedStorage.Path:InvokeServer(Arguments)
- local RF3 = ReplicatedStorage.Path:InvokeServer(Arguments)
- ]]
Add Comment
Please, Sign In to add comment