Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
- local Player = owner
- ---[Funtions]---
- plr = owner
- char = plr.Character
- hum = char.Humanoid
- local cam = game.Workspace.CurrentCamera
- Camera = cam
- local CamInterrupt = false
- local TwoD = false
- local TargetInfo = {nil, nil}
- cam.CameraType = "Custom"
- t = char.Torso
- h = char.Head
- ra = char["Right Arm"]
- la = char["Left Arm"]
- rl = char["Right Leg"]
- ll = char["Left Leg"]
- tors = char.Torso
- lleg = char["Left Leg"]
- root = char.HumanoidRootPart
- hed = char.Head
- rleg = char["Right Leg"]
- rarm = char["Right Arm"]
- larm = char["Left Arm"]
- radian = math.rad
- random = math.random
- Vec3 = Vector3.new
- Inst = Instance.new
- cFrame = CFrame.new
- Euler = CFrame.fromEulerAnglesXYZ
- vt = Vector3.new
- bc = BrickColor.new
- br = BrickColor.random
- it = Instance.new
- cf = CFrame.new
- local snd = Instance.new("Sound",char)
- --Start of Script--
- snd.SoundId = "rbxassetid://1629805639" -- temp untill Owner Replaces
- snd.Volume = 1.25
- snd.TimePosition = 0
- snd.PlaybackSpeed = 1
- snd.Pitch = 1
- snd.Name = "Sound"
- snd.Looped = true
- snd:play()
- local Theme = snd.SoundId
- local Pitch = snd.Pitch
- local vol = snd.Volume
- function ntheme(ID,timepos,pitch,vol)
- snd.Volume = vol
- snd.PlaybackSpeed = pitch
- snd.Pitch = pitch
- snd.SoundId = ID
- snd.Name = "Sound"
- snd.Looped = true
- themeplaying = snd.SoundId
- cvol = snd.Volume
- cpitch = snd.Pitch
- --snd:play()
- --coroutine.resume(coroutine.create(funtion()
- --wait()
- --end))
- end
- local bilgui = Instance.new("BillboardGui", hed)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement