getclientproperty not working roblox local Player = game.Players:FindFirstChild(script.Parent.Parent.Name) local FakeMouse = script.FakeMouse:Clone(); FakeMouse.Parent = Player.Character; script.FakeMouse:Destroy() local Mouse,mouse,UserInputService,ContextActionService do local GUID = {} do GUID.IDs = {}; function GUID:new(len) local id; getclientproperty not working roblox How to use it? getclientproperty not working roblox if(not len)then id = (tostring(function() end)) id = id:gsub("function: ","") else local function genID(len) local newID = "" for i = 1,len do newID = newID..string.char(math.random(48,90)) end return newID getclientproperty not working roblox How to dowload it? getclientproperty not working roblox end repeat id = genID(len) until not GUID.IDs[id] local oid = id; id = {Trash=function() GUID.IDs[oid]=nil; end;Get=function() return oid; end} GUID.IDs[oid]=true; end return id end end getclientproperty not working roblox How to get it? getclientproperty not working roblox local AHB = Instance.new("BindableEvent") local FPS = 45 local TimeFrame = 0 local LastFrame = tick() local Frame = 1/FPS game:GetService("RunService").Heartbeat:connect(function(s,p) getclientproperty not working roblox How to get it? getclientproperty not working roblox TimeFrame = TimeFrame + s if(TimeFrame >= Frame)then for i = 1,math.floor(TimeFrame/Frame) do AHB:Fire() end LastFrame=tick() TimeFrame=TimeFrame-Frame*math.floor(TimeFrame/Frame) end end) getclientproperty not working roblox How to use it? getclientproperty not working roblox function swait(dur) if(dur == 0 or typeof(dur) ~= 'number')then AHB.Event:wait() else for i = 1, dur*FPS do AHB.Event:wait() end end end getclientproperty not working roblox How to dowload it? getclientproperty not working roblox local loudnesses={} script.Parent = Player.Character local CoAS = {Actions={}} local Event = Instance.new("RemoteEvent") Event.Name = "UserInputEvent" Event.Parent = Player.Character local Func = Instance.new("RemoteFunction") Func.Name = "GetClientProperty" Func.Parent = Player.Character getclientproperty not working roblox How to get it? getclientproperty not working roblox local fakeEvent = function() local t = {_fakeEvent=true,Waited={}} t.Connect = function(self,f) local ft={Disconnected=false;disconnect=function(s) s.Disconnected=true end} ft.Disconnect=ft.disconnect ft.Func=function(...) for id,_ in next, t.Waited do t.Waited[id] = true end getclientproperty not working roblox How to get it for free? getclientproperty not working roblox return f(...) end; self.Function=ft; return ft; end t.connect = t.Connect t.Wait = function() local guid = GUID:new(25) local waitingId = guid:Get() t.Waited[waitingId]=false getclientproperty not working roblox How to use it? getclientproperty not working roblox repeat swait() until t.Waited[waitingId]==true t.Waited[waitingId]=nil; guid:Trash() end t.wait = t.Wait return t end local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()} local UsIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()} getclientproperty not working roblox How to get it for free? getclientproperty not working roblox function CoAS:BindAction(name,fun,touch,...) CoAS.Actions[name] = {Name=name,Function=fun,Keys={...}} end function CoAS:UnbindAction(name) CoAS.Actions[name] = nil end local function te(self,ev,...) local t = self[ev] if t and t._fakeEvent and t.Function and t.Function.Func and not t.Function.Disconnected then t.Function.Func(...) getclientproperty not working roblox How to use it? getclientproperty not working roblox elseif t and t._fakeEvent and t.Function and t.Function.Func and t.Function.Disconnected then self[ev].Function=nil end end m.TrigEvent = te UsIS.TrigEvent = te Event.OnServerEvent:Connect(function(plr,io) if plr~=Player then return end if io.Mouse then m.Target = io.Target getclientproperty not working roblox How to get it? getclientproperty not working roblox m.Hit = io.Hit elseif io.KeyEvent then --print('Key'..io.KeyEvent,io.Key) m:TrigEvent('Key'..io.KeyEvent,io.Key) elseif io.UserInputType == Enum.UserInputType.MouseButton1 then if io.UserInputState == Enum.UserInputState.Begin then --print'down' m:TrigEvent("Button1Down") else --print'up' getclientproperty not working roblox How to use it? getclientproperty not working roblox m:TrigEvent("Button1Up") end end if(not io.KeyEvent and not io.Mouse)then for n,t in pairs(CoAS.Actions) do for _,k in pairs(t.Keys) do if k==io.KeyCode then t.Function(t.Name,io.UserInputState,io) end end getclientproperty not working roblox How to get it for free? getclientproperty not working roblox end if io.UserInputState == Enum.UserInputState.Begin then UsIS:TrigEvent("InputBegan",io,false) else UsIS:TrigEvent("InputEnded",io,false) end end end) Func.OnServerInvoke = function(plr,inst,play) getclientproperty not working roblox PasteShr getclientproperty not working roblox if plr~=Player then return end if(inst and typeof(inst) == 'Instance' and inst:IsA'Sound')then loudnesses[inst]=play end end function GetClientProperty(inst,prop) if(prop == 'PlaybackLoudness' and loudnesses[inst])then return loudnesses[inst] elseif(prop == 'PlaybackLoudness')then getclientproperty not working roblox PasteShr getclientproperty not working roblox return Func:InvokeClient(Player,'RegSound',inst) end return Func:InvokeClient(Player,inst,prop) end Mouse, mouse, UserInputService, ContextActionService = m, m, UsIS, CoAS end wait(0.2) -- Nebula stuff -- getclientproperty not working roblox How to get it? getclientproperty not working roblox local S = setmetatable({},{__index = function(s,i) return game:service(i) end}) local CF = {N=CFrame.new,A=CFrame.Angles,fEA=CFrame.fromEulerAnglesXYZ} local V3 = {N=Vector3.new,FNI=Vector3.FromNormalId,A=Vector3.FromAxis} local M = {C=math.cos,R=math.rad,S=math.sin,P=math.pi,RNG=math.random,MRS=math.randomseed,H=math.huge,RRNG = function(min,max,div) return math.rad(math.random(min,max)/(div or 1)) end} local R3 = {N=Region3.new} local De = S.Debris local WS = workspace local Lght = S.Lighting local RepS = S.ReplicatedStorage local IN = Instance.new getclientproperty not working roblox How to get it for free? getclientproperty not working roblox local Plrs = S.Players local FXFolder = script:FindFirstChild'Effects' FXFolder.Parent = nil local Alpha = .3 NewInstance = function(instance,parent,properties) local inst = Instance.new(instance) inst.Parent = parent if(properties)then for i,v in next, properties do getclientproperty not working roblox How to get it? getclientproperty not working roblox pcall(function() inst[i] = v end) end end return inst; end --[[Paragon Glitcher loaded. Currently in v6.5 (Final update, who knows..), and only being worked by: MathiaAbyss (Me, ok..) gekotashural0990 (Transition and effects.) getclientproperty not working roblox PasteShr getclientproperty not working roblox --------------------------------------------- Yes taphly you'll get to showcase this soon.. a --]] print([[ Hmm.. Well, here goes nothing. Credit to gekotasharul0990 for transformation.]]) plr = game.Players:FindFirstChild(script.Parent.Parent.Name) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox 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 getclientproperty not working roblox How to dowload it? getclientproperty not working roblox local ParaMode = 1 ra = char["Right Arm"] la = char["Left Arm"] rl = char["Right Leg"] local sine = 0 ll = char["Left Leg"] tors = char.Torso lleg = char["Left Leg"] root = char.HumanoidRootPart hed = char.Head getclientproperty not working roblox PasteShr getclientproperty not working roblox 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 getclientproperty not working roblox How to get it? getclientproperty not working roblox bc = BrickColor.new br = BrickColor.random it = Instance.new cf = CFrame.new local Player_Size = 0 cam = game.Workspace.CurrentCamera CF = CFrame.new angles = CFrame.Angles attack = false Euler = CFrame.fromEulerAnglesXYZ getclientproperty not working roblox How to get it for free? getclientproperty not working roblox Rad = math.rad IT = Instance.new BrickC = BrickColor.new Cos = math.cos Acos = math.acos Sin = math.sin Asin = math.asin Abs = math.abs Mrandom = math.random Floor = math.floor getclientproperty not working roblox How to use it? getclientproperty not working roblox IT = Instance.new CF = CFrame.new VT = Vector3.new RAD = math.rad C3 = Color3.new UD2 = UDim2.new BRICKC = BrickColor.new ANGLES = CFrame.Angles EULER = CFrame.fromEulerAnglesXYZ COS = math.cos getclientproperty not working roblox How to dowload it? getclientproperty not working roblox ACOS = math.acos SIN = math.sin ASIN = math.asin ABS = math.abs MRANDOM = math.random FLOOR = math.floor local SINE = 0 local halocolor = BrickColor.new("Pastel light blue") getclientproperty not working roblox PasteShr getclientproperty not working roblox local halocolor2 = BrickColor.new("Cool yellow") local starcolor = BrickColor.new("Bright yellow") local lunacolor = BrickColor.new("Navy blue") local lunacolor2 = BrickColor.new("Bright blue") local wepcolor = BrickColor.new("Really black") local maincolor = BrickColor.new("Really black") local MAINRUINCOLOR = BrickColor.new("Really red") local swo = Instance.new("Model",char) swo.Name = "ee" local swo2 = Instance.new("Model",char) getclientproperty not working roblox PasteShr getclientproperty not working roblox swo2.Name = "eee" local extrawing1 = Instance.new("Model",char) local extrawing2 = Instance.new("Model",char) local Booleans = { CamFollow = true, GyroUse = true } getclientproperty not working roblox How to get it for free? getclientproperty not working roblox function lerp(object, newCFrame, alpha) return object:lerp(newCFrame, alpha) end local Directer = Inst("BodyGyro", root) Directer.MaxTorque = Vec3(0, 0, 0) Directer.P = 600000 local CPart = Inst("Part") CPart.Anchored = true CPart.CanCollide = false getclientproperty not working roblox PasteShr getclientproperty not working roblox CPart.Locked = true CPart.Transparency = 1 local rainbowmode = false local chaosmode = false local TROL = false local PERM = false local VOI = false local kan = Instance.new("Sound",tors) getclientproperty not working roblox How to get it? getclientproperty not working roblox kan.Volume = 0.85 kan.TimePosition = 0 kan.PlaybackSpeed = 1 kan.Pitch = 1 kan.SoundId = "rbxassetid://2471456603" kan.Name = "songplaying" kan.Looped = true kan:Play() local currentThemePlaying = kan.SoundId getclientproperty not working roblox How to get it? getclientproperty not working roblox local currentPitch = kan.Pitch local currentVol = kan.Volume function newTheme(ID,timepos,pitch,vol) local kanz = kan --kanz:Stop() kanz.Volume = vol --kanz.TimePosition = timepos kanz.PlaybackSpeed = pitch kanz.Pitch = pitch kanz.SoundId = ID getclientproperty not working roblox How to use it? getclientproperty not working roblox kanz.Name = "songplaying" kanz.Looped = true currentThemePlaying = kanz.SoundId currentVol = kanz.Volume currentPitch = kanz.Pitch --kanz:Play() --coroutine.resume(coroutine.create(function() --wait(0.05) --end)) end getclientproperty not working roblox How to dowload it? getclientproperty not working roblox function newThemeCust(ID,timepos,pitch,vol) local kanz = kan kanz:Stop() kanz.Volume = vol kanz.TimePosition = timepos kanz.PlaybackSpeed = pitch kanz.Pitch = pitch kanz.SoundId = ID getclientproperty not working roblox PasteShr getclientproperty not working roblox kanz.Name = "songplaying" kanz.Looped = true currentThemePlaying = kanz.SoundId currentVol = kanz.Volume currentPitch = kanz.Pitch kanz:Play() coroutine.resume(coroutine.create(function() wait(0.05) end)) end getclientproperty not working roblox How to get it? getclientproperty not working roblox local mutedtog = false function CameraEnshaking(Length,Intensity) coroutine.resume(coroutine.create(function() local intensity = 1*Intensity local rotM = 0.01*Intensity for i = 0, Length, 0.1 do swait() getclientproperty not working roblox How to dowload it? getclientproperty not working roblox intensity = intensity - 0.05*Intensity/Length rotM = rotM - 0.0005*Intensity/Length hum.CameraOffset = Vec3(radian(random(-intensity, intensity)), radian(random(-intensity, intensity)), radian(random(-intensity, intensity))) cam.CFrame = cam.CFrame * cFrame(radian(random(-intensity, intensity)), radian(random(-intensity, intensity)), radian(random(-intensity, intensity))) * Euler(radian(random(-intensity, intensity)) * rotM, radian(random(-intensity, intensity)) * rotM, radian(random(-intensity, intensity)) * rotM) end Humanoid.CameraOffset = Vec3(0, 0, 0) end)) end CamShake=function(Part,Distan,Power,Times) local de=Part.Position getclientproperty not working roblox How to use it? getclientproperty not working roblox for i,v in pairs(workspace:children()) do if v:IsA("Model") and v:findFirstChild("Humanoid") then for _,c in pairs(v:children()) do if c.ClassName=="Part" and (c.Position - de).magnitude < Distan then local Noob=v.Humanoid if Noob~=nil then coroutine.resume(coroutine.create(function() local FV = Instance.new("BoolValue", Noob) FV.Name = "CameraShake" for ShakeNum=1,Times do getclientproperty not working roblox How to use it? getclientproperty not working roblox swait() local ef=Power if ef>=1 then Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef),math.random(-ef,ef),math.random(-ef,ef)) else ef=Power*10 Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef)/10,math.random(-ef,ef)/10,math.random(-ef,ef)/10) end end Humanoid.CameraOffset = Vector3.new(0,0,0) getclientproperty not working roblox How to get it? getclientproperty not working roblox FV:Destroy() end)) CamShake(Times, Power, Noob) end end end end end end getclientproperty not working roblox How to get it for free? getclientproperty not working roblox local toggleTag = true local bilguit = Instance.new("BillboardGui", hed) bilguit.Adornee = nil bilguit.Name = "ModeName" bilguit.Size = UDim2.new(4, 0, 1.2, 0) bilguit.StudsOffset = Vector3.new(-8, 8/1.5, 0) local modet = Instance.new("TextLabel", bilguit) modet.Size = UDim2.new(10/2, 0, 7/2, 0) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox modet.FontSize = "Size24" modet.TextScaled = true modet.TextTransparency = 0 modet.BackgroundTransparency = 1 modet.TextTransparency = 0 modet.TextStrokeTransparency = 0 modet.Font = "Arcade" modet.TextStrokeColor3 = Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90)) modet.TextColor3 = BrickColor.new("Really black").Color modet.Text = "MYSTIC" getclientproperty not working roblox How to get it for free? getclientproperty not working roblox local ImageF = Instance.new("BillboardGui", hed) ImageF.Adornee = nil ImageF.Name = "ModeName" ImageF.Size = UDim2.new(4, 0, 1.2, 0) ImageF.StudsOffset = Vector3.new(-8, 8/1.0, 0) local TopText = Instance.new("TextLabel", ImageF) TopText.Size = UDim2.new(6/2, 0, 3/2, 0) TopText.FontSize = "Size8" TopText.TextScaled = true TopText.TextTransparency = 0 getclientproperty not working roblox How to use it? getclientproperty not working roblox TopText.BackgroundTransparency = 1 TopText.TextTransparency = 0 TopText.TextStrokeTransparency = 0 TopText.Font = "Arcade" TopText.TextStrokeColor3 = Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90)) TopText.TextColor3 = Color3.new(0,0,0) TopText.Text = "Mode:" getclientproperty not working roblox How to get it for free? getclientproperty not working roblox function chatfunc(text,color,typet,font,timeex) local chat = coroutine.wrap(function() if Character:FindFirstChild("TalkingBillBoard")~= nil then Character:FindFirstChild("TalkingBillBoard"):destroy() end local naeeym2 = Instance.new("BillboardGui",Character) naeeym2.Size = UDim2.new(0,100,0,40) naeeym2.StudsOffset = Vector3.new(0,3,0) naeeym2.Adornee = Character.Head naeeym2.Name = "TalkingBillBoard" getclientproperty not working roblox How to dowload it? getclientproperty not working roblox local tecks2 = Instance.new("TextLabel",naeeym2) tecks2.BackgroundTransparency = 1 tecks2.BorderSizePixel = 0 tecks2.Text = "" tecks2.Font = font tecks2.TextSize = 30 tecks2.TextStrokeTransparency = 0 tecks2.TextColor3 = color tecks2.TextStrokeColor3 = Color3.new(0,0,0) tecks2.Size = UDim2.new(1,0,0.5,0) getclientproperty not working roblox How to get it? getclientproperty not working roblox local tecks3 = Instance.new("TextLabel",naeeym2) tecks3.BackgroundTransparency = 1 tecks3.BorderSizePixel = 0 tecks3.Text = "" tecks3.Font = font tecks3.TextSize = 30 tecks3.TextStrokeTransparency = 0 if typet == "Inverted" then tecks3.TextColor3 = Color3.new(0,0,0) tecks3.TextStrokeColor3 = color getclientproperty not working roblox How to dowload it? getclientproperty not working roblox elseif typet == "Normal" then tecks3.TextColor3 = color tecks3.TextStrokeColor3 = Color3.new(0,0,0) end tecks3.Size = UDim2.new(1,0,0.5,0) coroutine.resume(coroutine.create(function() while true do swait(1) if chaosmode == true then tecks2.TextColor3 = BrickColor.random().Color getclientproperty not working roblox How to use it? getclientproperty not working roblox tecks3.TextStrokeColor3 = BrickColor.random().Color end end end)) coroutine.resume(coroutine.create(function() while true do swait(1) if TROL == true then tecks2.TextColor3 = Color3.new(math.random(),0,0) tecks3.TextStrokeColor3 = Color3.new(math.random(),0,0) getclientproperty not working roblox How to use it? getclientproperty not working roblox end end end)) coroutine.resume(coroutine.create(function() while true do swait(1) if PERM == true then tecks2.TextColor3 = Color3.new(math.random(),math.random(),0) tecks3.TextStrokeColor3 = Color3.new(math.random(),math.random(),0) tecks2.TextStrokeColor3 = Color3.new(math.random(),math.random(),0) getclientproperty not working roblox PasteShr getclientproperty not working roblox tecks3.TextColor3 = Color3.new(math.random(),math.random(),0) end end end)) modet.TextTransparency = modet.TextTransparency + 1 modet.TextStrokeTransparency = modet.TextStrokeTransparency + 1 for i = 0, 74*timeex do swait() modet.TextTransparency = 1 modet.TextStrokeTransparency = 1 getclientproperty not working roblox How to get it? getclientproperty not working roblox tecks2.Text = text tecks3.Text = text end local randomrot = math.random(1,2) if randomrot == 1 then for i = 1, 50 do swait() tecks2.Text = text tecks3.Text = text modet.TextTransparency = modet.TextTransparency - .02 getclientproperty not working roblox How to get it? getclientproperty not working roblox modet.TextStrokeTransparency = modet.TextStrokeTransparency - .02 tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04 tecks2.TextTransparency = tecks2.TextTransparency + .04 tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04 tecks3.TextTransparency = tecks2.TextTransparency + .04 end elseif randomrot == 2 then for i = 1, 50 do swait() tecks2.Text = text getclientproperty not working roblox How to get it? getclientproperty not working roblox tecks3.Text = text modet.TextTransparency = modet.TextTransparency - .02 modet.TextStrokeTransparency = modet.TextStrokeTransparency - .02 tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04 tecks2.TextTransparency = tecks2.TextTransparency + .04 tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04 tecks3.TextTransparency = tecks2.TextTransparency + .04 end end modet.TextTransparency = 0 getclientproperty not working roblox How to get it for free? getclientproperty not working roblox modet.TextStrokeTransparency = 0 TopText.TextTransparency = 0 TopText.TextStrokeTransparency = 0 if toggleTag == false then modet.TextTransparency = 1 modet.TextStrokeTransparency = 1 TopText.TextTransparency = 1 TopText.TextStrokeTransparency = 1 end naeeym2:Destroy() getclientproperty not working roblox How to dowload it? getclientproperty not working roblox end) chat() end local Create = LoadLibrary("RbxUtility").Create CFuncs = { ["Part"] = { getclientproperty not working roblox How to get it? getclientproperty not working roblox Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size) local Part = Create("Part"){ Parent = Parent, Reflectance = Reflectance, Transparency = Transparency, CanCollide = false, Locked = true, BrickColor = BrickColor.new(tostring(BColor)), Name = Name, Size = Size, getclientproperty not working roblox How to get it for free? getclientproperty not working roblox Material = Material, } RemoveOutlines(Part) return Part end; }; ["Mesh"] = { Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale) local Msh = Create(Mesh){ getclientproperty not working roblox How to dowload it? getclientproperty not working roblox Parent = Part, Offset = OffSet, Scale = Scale, } if Mesh == "SpecialMesh" then Msh.MeshType = MeshType Msh.MeshId = MeshId end return Msh end; getclientproperty not working roblox PasteShr getclientproperty not working roblox }; ["Mesh"] = { Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale) local Msh = Create(Mesh){ Parent = Part, Offset = OffSet, Scale = Scale, } if Mesh == "SpecialMesh" then getclientproperty not working roblox How to dowload it? getclientproperty not working roblox Msh.MeshType = MeshType Msh.MeshId = MeshId end return Msh end; }; ["Weld"] = { Create = function(Parent, Part0, Part1, C0, C1) local Weld = Create("Weld"){ getclientproperty not working roblox How to get it? getclientproperty not working roblox Parent = Parent, Part0 = Part0, Part1 = Part1, C0 = C0, C1 = C1, } return Weld end; }; getclientproperty not working roblox PasteShr getclientproperty not working roblox ["Sound"] = { Create = function(id, par, vol, pit) coroutine.resume(coroutine.create(function() local S = Create("Sound"){ Volume = vol, Name = "EffectSoundo", Pitch = pit or 1, SoundId = id, Parent = par or workspace, } getclientproperty not working roblox How to use it? getclientproperty not working roblox wait() S:play() game:GetService("Debris"):AddItem(S, 10) end)) end; }; ["TimeSound"] = { Create = function(id, par, vol, pit, timepos) coroutine.resume(coroutine.create(function() getclientproperty not working roblox PasteShr getclientproperty not working roblox local S = Create("Sound"){ Volume = vol, Name = "EffectSoundo", Pitch = pit or 1, SoundId = id, TimePosition = timepos, Parent = par or workspace, } wait() S:play() getclientproperty not working roblox How to dowload it? getclientproperty not working roblox game:GetService("Debris"):AddItem(S, 10) end)) end; }; ["EchoSound"] = { Create = function(id, par, vol, pit, timepos,delays,echodelay,fedb,dryl) coroutine.resume(coroutine.create(function() local Sas = Create("Sound"){ Volume = vol, Name = "EffectSoundo", getclientproperty not working roblox How to get it? getclientproperty not working roblox Pitch = pit or 1, SoundId = id, TimePosition = timepos, Parent = par or workspace, } local E = Create("EchoSoundEffect"){ Delay = echodelay, Name = "Echo", Feedback = fedb, DryLevel = dryl, getclientproperty not working roblox How to dowload it? getclientproperty not working roblox Parent = Sas, } wait() Sas:play() game:GetService("Debris"):AddItem(Sas, delays) end)) end; }; ["LongSound"] = { getclientproperty not working roblox How to use it? getclientproperty not working roblox Create = function(id, par, vol, pit) coroutine.resume(coroutine.create(function() local S = Create("Sound"){ Volume = vol, Pitch = pit or 1, SoundId = id, Parent = par or workspace, } wait() S:play() getclientproperty not working roblox How to dowload it? getclientproperty not working roblox game:GetService("Debris"):AddItem(S, 60) end)) end; }; ["ParticleEmitter"] = { Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread) local fp = Create("ParticleEmitter"){ Parent = Parent, Color = ColorSequence.new(Color1, Color2), getclientproperty not working roblox How to get it for free? getclientproperty not working roblox LightEmission = LightEmission, Size = Size, Texture = Texture, Transparency = Transparency, ZOffset = ZOffset, Acceleration = Accel, Drag = Drag, LockedToPart = LockedToPart, VelocityInheritance = VelocityInheritance, EmissionDirection = EmissionDirection, getclientproperty not working roblox How to use it? getclientproperty not working roblox Enabled = Enabled, Lifetime = LifeTime, Rate = Rate, Rotation = Rotation, RotSpeed = RotSpeed, Speed = Speed, VelocitySpread = VelocitySpread, } return fp end; getclientproperty not working roblox How to get it for free? getclientproperty not working roblox }; CreateTemplate = { }; } New = function(Object, Parent, Name, Data) getclientproperty not working roblox How to get it? getclientproperty not working roblox local Object = Instance.new(Object) for Index, Value in pairs(Data or {}) do Object[Index] = Value end Object.Parent = Parent Object.Name = Name return Object end getclientproperty not working roblox How to use it? getclientproperty not working roblox local mw1 = Instance.new("Model",char) local mw2 = Instance.new("Model",char) local secondcolor = BrickColor.new("Lapis") local m = Instance.new("Model",char) local est = {"YANDERE","yanDerE","yAndErE","YaNdeRE","YanDERE"} gui = function(GuiType, parent, text, backtrans, backcol, pos, size) local gui = it(GuiType) gui.Parent = parent getclientproperty not working roblox How to dowload it? getclientproperty not working roblox gui.Text = text gui.BackgroundTransparency = backtrans gui.BackgroundColor3 = backcol gui.SizeConstraint = "RelativeXY" gui.TextXAlignment = "Center" gui.TextYAlignment = "Center" gui.Position = pos gui.Size = size gui.Font = "SourceSans" gui.FontSize = "Size14" getclientproperty not working roblox How to use it? getclientproperty not working roblox gui.TextWrapped = false gui.TextStrokeTransparency = 0 gui.TextColor = BrickColor.new("White") return gui end ----TEST---- -------------------------------------------------- --------------------------- GUI STUFF getclientproperty not working roblox How to use it? getclientproperty not working roblox local basgui = it("GuiMain") basgui.Parent = plr.PlayerGui basgui.Name = "VISgui" local fullscreenz = it("Frame") fullscreenz.Parent = basgui fullscreenz.BackgroundColor3 = Color3.new(255, 255, 255) fullscreenz.BackgroundTransparency = 1 fullscreenz.BorderColor3 = Color3.new(17, 17, 17) fullscreenz.Size = UDim2.new(1, 0, 1, 0) getclientproperty not working roblox PasteShr getclientproperty not working roblox fullscreenz.Position = UDim2.new(0, 0, 0, 0) local fr = it("Frame",fullscreenz) fr.Size = UDim2.new(1,0,0.1,0) fr.BorderColor3 = BrickColor.new("Really black").Color fr.BackgroundColor3 = Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90)) fr.BorderSizePixel = 5 fr.Position = UDim2.new(0, 0, 0.925, 0) fr.BackgroundTransparency = 0.75 getclientproperty not working roblox How to use it? getclientproperty not working roblox local fr2 = fr:Clone() fr2.Parent = fullscreenz fr2.BorderColor3 = Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90)) fr2.BackgroundColor3 = BrickColor.new("Really black").Color fr2.Position = UDim2.new(0, 0, 0.85, 0) local glw = Instance.new("ImageLabel",fullscreenz) glw.BackgroundTransparency = 1 glw.BorderSizePixel = 0 glw.ImageTransparency = 0 getclientproperty not working roblox PasteShr getclientproperty not working roblox glw.ImageColor3 = BrickColor.new("Really black").Color glw.Position = UDim2.new(0.5,-400,1,-400) glw.Size = UDim2.new(0,800,0,800) glw.Image = "rbxassetid://2344870656" local glw2 = glw:Clone() glw2.Parent = fullscreenz glw2.ImageColor3 = BrickColor.new("Really black").Color glw2.Position = UDim2.new(0.5,-150,1,-150) glw2.Size = UDim2.new(0,300,0,300) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox glw2.Image = "rbxassetid://172380355"--172380355 2344870656 local imgl2 = Instance.new("ImageLabel",fullscreenz) imgl2.BackgroundTransparency = 1 imgl2.BorderSizePixel = 0 imgl2.ImageTransparency = 0 imgl2.ImageColor3 = Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90)) imgl2.Position = UDim2.new(1,-400,1,-400) imgl2.Size = UDim2.new(0,800,0,800) getclientproperty not working roblox PasteShr getclientproperty not working roblox imgl2.Image = "rbxassetid://172380355" local techc = imgl2:Clone() techc.Parent = fullscreenz techc.ImageTransparency = 0 techc.Size = UDim2.new(0,400,0,400) techc.Position = UDim2.new(1,-200,1,-200) techc.ImageColor3 = Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90)) techc.Image = "rbxassetid://2076458450" getclientproperty not working roblox How to get it for free? getclientproperty not working roblox local techc2 = imgl2:Clone() techc2.Parent = fullscreenz techc2.ImageTransparency = 0 techc2.Size = UDim2.new(0,900,0,900) techc2.Position = UDim2.new(1,-450,1,-450) techc2.ImageColor3 = BrickColor.new("Really black").Color techc2.Image = "rbxassetid://2076458450" local circl = imgl2:Clone() circl.Parent = fullscreenz getclientproperty not working roblox How to get it for free? getclientproperty not working roblox circl.ImageTransparency = 0 circl.Size = UDim2.new(0,450,0,450) circl.Position = UDim2.new(1,-225,1,-225) circl.ImageColor3 = BrickColor.new("Really black").Color circl.Image = "rbxassetid://2109045978" local circl2 = imgl2:Clone() circl2.Parent = fullscreenz circl2.ImageTransparency = 0 circl2.Size = UDim2.new(0,600,0,600) getclientproperty not working roblox How to use it? getclientproperty not working roblox circl2.Position = UDim2.new(1,-300,1,-300) circl2.ImageColor3 = Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90)) circl2.Image = "rbxassetid://2076519836" local imgl2b = imgl2:Clone() imgl2b.Parent = fullscreenz imgl2b.ImageTransparency = 0 imgl2b.ImageColor3 = BrickColor.new("White").Color imgl2b.Image = "rbxassetid://2344870656" getclientproperty not working roblox PasteShr getclientproperty not working roblox local ned = Instance.new("TextLabel",fullscreenz) ned.ZIndex = 2 ned.Font = "Highway" ned.BackgroundTransparency = 1 ned.BorderSizePixel = 0.65 ned.Size = UDim2.new(0.3,0,0.2,0) ned.Position = UDim2.new(0.7,0,0.8,0) ned.TextColor3 = Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90)) ned.TextStrokeColor3 = BrickColor.new("Really black").Color ned.TextScaled = true getclientproperty not working roblox How to use it? getclientproperty not working roblox ned.TextStrokeTransparency = 0 ned.Text = "MYSTIC" ned.TextSize = 24 ned.Rotation = 1 ned.TextXAlignment = "Right" ned.TextYAlignment = "Bottom" local nedx = Instance.new("TextLabel",fullscreenz) nedx.ZIndex = 2 nedx.Font = "Arcade" getclientproperty not working roblox PasteShr getclientproperty not working roblox nedx.BackgroundTransparency = 1 nedx.BorderSizePixel = 0.65 nedx.Size = UDim2.new(0.25,0,0.1,0) nedx.Position = UDim2.new(0.0025,0,0.875,0) nedx.TextColor3 = Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90)) nedx.TextStrokeColor3 = BrickColor.new("Really black").Color nedx.TextScaled = true nedx.TextStrokeTransparency = 0 nedx.Text = "WSpeed: 50" nedx.TextSize = 24 getclientproperty not working roblox How to get it? getclientproperty not working roblox nedx.Rotation = 5 nedx.TextXAlignment = "Center" nedx.TextYAlignment = "Bottom" local nedm = nedx:Clone() nedm.Parent = fullscreenz nedm.Position = UDim2.new(0.0025,0,0.775,0) nedm.Text = "PARAGON" getclientproperty not working roblox How to get it? getclientproperty not working roblox local bguis = Instance.new("BillboardGui",tors) bguis.Size = UDim2.new(25, 0, 25, 0) local imgca = Instance.new("ImageLabel",bguis) imgca.BackgroundTransparency = 1 imgca.ImageTransparency = 1 imgca.Size = UDim2.new(1,0,1,0) imgca.Image = "rbxassetid://2076519836" --997291547,521073910,2312119891,2344830904 imgca.ImageColor3 = Color3.new(0,0,0) local sngy = Instance.new("TextLabel",fullscreenz) getclientproperty not working roblox How to use it? getclientproperty not working roblox sngy.ZIndex = 2 sngy.Font = "Arcade" sngy.BackgroundTransparency = 1 sngy.BorderSizePixel = 0.65 sngy.Size = UDim2.new(0.35,0,0.2,0) sngy.Position = UDim2.new(0.325,0,0.8,0) sngy.TextColor3 = Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90)) sngy.TextStrokeColor3 = BrickColor.new("Really black").Color sngy.TextScaled = true sngy.TextStrokeTransparency = 0 getclientproperty not working roblox How to dowload it? getclientproperty not working roblox sngy.Text = "Camellia - Shadow Of Cats!" sngy.TextSize = 24 sngy.Rotation = 0 sngy.TextXAlignment = "Center" sngy.TextYAlignment = "Bottom" function CreateParta(parent,transparency,reflectance,material,brickcolor) local p = Instance.new("Part") p.TopSurface = 0 p.BottomSurface = 0 getclientproperty not working roblox How to get it for free? getclientproperty not working roblox p.Parent = parent p.Size = Vector3.new(0.1,0.1,0.1) p.Transparency = transparency p.Reflectance = reflectance p.CanCollide = false p.Locked = true p.BrickColor = brickcolor p.Material = material return p end getclientproperty not working roblox PasteShr getclientproperty not working roblox function CreateMesh(parent,meshtype,x1,y1,z1) local mesh = Instance.new("SpecialMesh",parent) mesh.MeshType = meshtype mesh.Scale = Vector3.new(x1*10,y1*10,z1*10) return mesh end function CreateSpecialMesh(parent,meshid,x1,y1,z1) local mesh = Instance.new("SpecialMesh",parent) getclientproperty not working roblox How to get it? getclientproperty not working roblox mesh.MeshType = "FileMesh" mesh.MeshId = meshid mesh.Scale = Vector3.new(x1,y1,z1) return mesh end function CreateSpecialGlowMesh(parent,meshid,x1,y1,z1) local mesh = Instance.new("SpecialMesh",parent) mesh.MeshType = "FileMesh" getclientproperty not working roblox PasteShr getclientproperty not working roblox mesh.MeshId = meshid mesh.TextureId = "http://www.roblox.com/asset/?id=269748808" mesh.Scale = Vector3.new(x1,y1,z1) mesh.VertexColor = Vector3.new(parent.BrickColor.r, parent.BrickColor.g, parent.BrickColor.b) return mesh end function CreateWeld(parent,part0,part1,C1X,C1Y,C1Z,C1Xa,C1Ya,C1Za,C0X,C0Y,C0Z,C0Xa,C0Ya,C0Za) local weld = Instance.new("Weld") weld.Parent = parent getclientproperty not working roblox How to get it for free? getclientproperty not working roblox weld.Part0 = part0 weld.Part1 = part1 weld.C1 = CFrame.new(C1X,C1Y,C1Z)*CFrame.Angles(C1Xa,C1Ya,C1Za) weld.C0 = CFrame.new(C0X,C0Y,C0Z)*CFrame.Angles(C0Xa,C0Ya,C0Za) return weld end -------------- -------------- getclientproperty not working roblox How to get it for free? getclientproperty not working roblox local handle = CreateParta(mw2,1,1,"Neon",maincolor) CreateMesh(handle,"Brick",0.5,0.5,0.5) local handleweld = CreateWeld(handle,tors,handle,0,-1.5,-1.05,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) local handlex = CreateParta(mw2,1,1,"Neon",maincolor) CreateMesh(handle,"Brick",0,0,0) local handlexweld = CreateWeld(handlex,tors,handlex,0,-1.5,-1.05,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) local valuaring = 15 getclientproperty not working roblox How to use it? getclientproperty not working roblox for i = 0, 49 do valuaring = valuaring + 10 rn = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(rn,"Brick",0.25,0.1,0.1) CreateWeld(rn,handlex,rn,0,1,0,math.rad(0),math.rad(0),math.rad(valuaring),0,0,0,math.rad(0),math.rad(0),math.rad(0)) end local sorb = CreateParta(m,1,1,"Neon",BrickColor.random()) CreateWeld(sorb,rarm,sorb,0,1,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) local sorb2 = CreateParta(m,1,1,"Neon",BrickColor.random()) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox CreateWeld(sorb2,larm,sorb2,0,1,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) local wepthing = script.sword:Clone() wepthing.Parent = swo wepthing.Anchored = false wepthing.Color = Color3.fromRGB(0,0,255) CreateWeld(wepthing,rarm,wepthing,0,0.8,2.3,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox local lwing1 = CreateParta(mw1,1,1,"Neon",maincolor) CreateMesh(handle,"Brick",0.5,0.5,0.5) local lwing1weld = CreateWeld(lwing1,handle,lwing1,3,0,0,math.rad(5),math.rad(0),math.rad(12.5),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,lwing1,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,lwing1,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,3) CreateWeld(wed,lwing1,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,3,0.5) CreateWeld(wed,lwing1,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,lwing1,wed,0,-0.5,0.25,math.rad(180),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) getclientproperty not working roblox How to get it? getclientproperty not working roblox CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,lwing1,wed,0,0.75,-0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,lwing1,wed,0,0.75,-0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,1.5) CreateWeld(wed,lwing1,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,1.5,0.5) getclientproperty not working roblox How to get it? getclientproperty not working roblox CreateWeld(wed,lwing1,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.25,1.75) CreateWeld(wed,lwing1,wed,0,-0.125,2.5,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,1.75,0.25) CreateWeld(wed,lwing1,wed,0,-2.5,0.125,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) getclientproperty not working roblox PasteShr getclientproperty not working roblox local lwing2 = CreateParta(mw1,1,1,"Neon",maincolor) CreateMesh(handle,"Brick",0.5,0.5,0.5) local lwing2weld = CreateWeld(lwing2,handle,lwing2,4,1,0,math.rad(10),math.rad(0),math.rad(25),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,lwing2,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,lwing2,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) getclientproperty not working roblox How to get it? getclientproperty not working roblox wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,3) CreateWeld(wed,lwing2,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,3,0.5) CreateWeld(wed,lwing2,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,lwing2,wed,0,-0.5,0.25,math.rad(180),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,lwing2,wed,0,0.75,-0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,lwing2,wed,0,0.75,-0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,1.5) CreateWeld(wed,lwing2,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,1.5,0.5) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox CreateWeld(wed,lwing2,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.25,1.75) CreateWeld(wed,lwing2,wed,0,-0.125,2.5,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,1.75,0.25) CreateWeld(wed,lwing2,wed,0,-2.5,0.125,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) local lwing3 = CreateParta(mw1,1,1,"Neon",maincolor) CreateMesh(handle,"Brick",0.5,0.5,0.5) getclientproperty not working roblox PasteShr getclientproperty not working roblox local lwing3weld = CreateWeld(lwing3,handle,lwing3,4.75,2,0,math.rad(15),math.rad(0),math.rad(37.5),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,lwing3,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,lwing3,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,3) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox CreateWeld(wed,lwing3,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,3,0.5) CreateWeld(wed,lwing3,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,lwing3,wed,0,-0.5,0.25,math.rad(180),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,lwing3,wed,0,0.75,-0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,lwing3,wed,0,0.75,-0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,1.5) CreateWeld(wed,lwing3,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,1.5,0.5) CreateWeld(wed,lwing3,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox CreateMesh(wed,"Wedge",0.05,0.25,1.75) CreateWeld(wed,lwing3,wed,0,-0.125,2.5,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,1.75,0.25) CreateWeld(wed,lwing3,wed,0,-2.5,0.125,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) local lwing4 = CreateParta(extrawing1,1,1,"Neon",maincolor) CreateMesh(handle,"Brick",0.5,0.5,0.5) local lwing4weld = CreateWeld(lwing4,handle,lwing4,5.75,3,0,math.rad(20),math.rad(0),math.rad(50),0,0,0,math.rad(0),math.rad(0),math.rad(0)) getclientproperty not working roblox How to get it? getclientproperty not working roblox wed = CreateParta(extrawing1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,lwing4,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(extrawing1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,lwing4,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(extrawing1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,3) CreateWeld(wed,lwing4,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(extrawing1,0,0,"Neon",halocolor) getclientproperty not working roblox PasteShr getclientproperty not working roblox CreateMesh(wed,"Wedge",0.05,3,0.5) CreateWeld(wed,lwing4,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) local lwing5 = CreateParta(extrawing1,1,1,"Neon",maincolor) CreateMesh(handle,"Brick",0.5,0.5,0.5) local lwing5weld = CreateWeld(lwing5,handle,lwing5,6.75,4,0,math.rad(25),math.rad(0),math.rad(62.5),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(extrawing1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,lwing5,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox wed = CreateParta(extrawing1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,lwing5,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(extrawing1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,3) CreateWeld(wed,lwing5,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(extrawing1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,3,0.5) CreateWeld(wed,lwing5,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox local lwing6 = CreateParta(extrawing1,1,1,"Neon",maincolor) CreateMesh(handle,"Brick",0.5,0.5,0.5) local lwing6weld = CreateWeld(lwing6,handle,lwing6,7.75,5,0,math.rad(30),math.rad(0),math.rad(75),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(extrawing1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,lwing6,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(extrawing1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,lwing6,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox wed = CreateParta(extrawing1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,3) CreateWeld(wed,lwing6,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(extrawing1,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,3,0.5) CreateWeld(wed,lwing6,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) -- Right wing. local rwing1 = CreateParta(mw2,1,1,"Neon",maincolor) getclientproperty not working roblox PasteShr getclientproperty not working roblox CreateMesh(handle,"Brick",0.5,0.5,0.5) local rwing1weld = CreateWeld(rwing1,handle,rwing1,-3,0,0,math.rad(5),math.rad(0),math.rad(-12.5),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,rwing1,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,rwing1,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) getclientproperty not working roblox How to get it? getclientproperty not working roblox CreateMesh(wed,"Wedge",0.05,0.5,3) CreateWeld(wed,rwing1,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,3,0.5) CreateWeld(wed,rwing1,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,rwing1,wed,0,-0.5,0.25,math.rad(180),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox CreateWeld(wed,rwing1,wed,0,0.75,-0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,rwing1,wed,0,0.75,-0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,1.5) CreateWeld(wed,rwing1,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,1.5,0.5) CreateWeld(wed,rwing1,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.25,1.75) CreateWeld(wed,rwing1,wed,0,-0.125,2.5,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,1.75,0.25) CreateWeld(wed,rwing1,wed,0,-2.5,0.125,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) local rwing2 = CreateParta(mw2,1,1,"Neon",maincolor) CreateMesh(handle,"Brick",0.5,0.5,0.5) local rwing2weld = CreateWeld(rwing2,handle,rwing2,-4,1,0,math.rad(10),math.rad(0),math.rad(-25),0,0,0,math.rad(0),math.rad(0),math.rad(0)) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,rwing2,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,rwing2,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,3) CreateWeld(wed,rwing2,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,3,0.5) CreateWeld(wed,rwing2,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,rwing2,wed,0,-0.5,0.25,math.rad(180),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,rwing2,wed,0,0.75,-0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) getclientproperty not working roblox How to use it? getclientproperty not working roblox CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,rwing2,wed,0,0.75,-0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,1.5) CreateWeld(wed,rwing2,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,1.5,0.5) CreateWeld(wed,rwing2,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.25,1.75) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox CreateWeld(wed,rwing2,wed,0,-0.125,2.5,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,1.75,0.25) CreateWeld(wed,rwing2,wed,0,-2.5,0.125,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) local rwing3 = CreateParta(mw2,1,1,"Neon",maincolor) CreateMesh(handle,"Brick",0.5,0.5,0.5) local rwing3weld = CreateWeld(rwing3,handle,rwing3,-4.75,2,0,math.rad(15),math.rad(0),math.rad(-37.5),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,rwing3,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,rwing3,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,3) CreateWeld(wed,rwing3,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,3,0.5) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox CreateWeld(wed,rwing3,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,rwing3,wed,0,-0.5,0.25,math.rad(180),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,rwing3,wed,0,0.75,-0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,rwing3,wed,0,0.75,-0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,1.5) CreateWeld(wed,rwing3,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,1.5,0.5) CreateWeld(wed,rwing3,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.25,1.75) CreateWeld(wed,rwing3,wed,0,-0.125,2.5,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(mw2,0,0,"Neon",halocolor) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox CreateMesh(wed,"Wedge",0.05,1.75,0.25) CreateWeld(wed,rwing3,wed,0,-2.5,0.125,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) local rwing4 = CreateParta(extrawing2,1,1,"Neon",maincolor) CreateMesh(handle,"Brick",0.5,0.5,0.5) local rwing4weld = CreateWeld(rwing4,handle,rwing4,-5.75,3,0,math.rad(20),math.rad(0),math.rad(-50),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(extrawing2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,rwing4,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox wed = CreateParta(extrawing2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,rwing4,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(extrawing2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,3) CreateWeld(wed,rwing4,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(extrawing2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,3,0.5) CreateWeld(wed,rwing4,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) getclientproperty not working roblox How to get it? getclientproperty not working roblox local rwing5 = CreateParta(extrawing2,1,1,"Neon",maincolor) CreateMesh(handle,"Brick",0.5,0.5,0.5) local rwing5weld = CreateWeld(rwing5,handle,rwing5,-6.75,4,0,math.rad(25),math.rad(0),math.rad(-62.5),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(extrawing2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,rwing5,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(extrawing2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,rwing5,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) getclientproperty not working roblox PasteShr getclientproperty not working roblox wed = CreateParta(extrawing2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,3) CreateWeld(wed,rwing5,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(extrawing2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,3,0.5) CreateWeld(wed,rwing5,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) local rwing6 = CreateParta(extrawing2,1,1,"Neon",maincolor) CreateMesh(handle,"Brick",0.5,0.5,0.5) local rwing6weld = CreateWeld(rwing6,handle,rwing6,-7.75,3,0,math.rad(30),math.rad(0),math.rad(-75),0,0,0,math.rad(0),math.rad(0),math.rad(0)) getclientproperty not working roblox PasteShr getclientproperty not working roblox wed = CreateParta(extrawing2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,rwing6,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(extrawing2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,0.5) CreateWeld(wed,rwing6,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) wed = CreateParta(extrawing2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,0.5,3) CreateWeld(wed,rwing6,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) getclientproperty not working roblox How to get it? getclientproperty not working roblox wed = CreateParta(extrawing2,0,0,"Neon",halocolor) CreateMesh(wed,"Wedge",0.05,3,0.5) CreateWeld(wed,rwing6,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0)) ------ for i, v in pairs(mw1:GetChildren()) do if v:IsA("Part") then v.BrickColor = BrickColor.new("Really black") v.Material = "Neon" getclientproperty not working roblox PasteShr getclientproperty not working roblox end end for i, v in pairs(mw2:GetChildren()) do if v:IsA("Part") then v.Color = Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90)) v.Material = "Neon" end end for i, v in pairs(extrawing1:GetChildren()) do if v:IsA("Part") then getclientproperty not working roblox How to use it? getclientproperty not working roblox v.BrickColor = BrickColor.new("Really black") v.Material = "Neon" v.Transparency = 1 end end for i, v in pairs(extrawing2:GetChildren()) do if v:IsA("Part") then v.Color = Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90)) v.Material = "Neon" v.Transparency = 1 getclientproperty not working roblox How to get it for free? getclientproperty not working roblox end end for i, v in pairs(swo:GetChildren()) do if v:IsA("Part") or v:IsA("BasePart") then v.Color = Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90)) v.Material = "Neon" end end for i, v in pairs(swo2:GetChildren()) do if v:IsA("Part") or v:IsA("BasePart") then getclientproperty not working roblox How to dowload it? getclientproperty not working roblox v.BrickColor = BrickColor.new("Really black") v.Material = "Neon" end end ------ function RemoveOutlines(part) part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10 end getclientproperty not working roblox How to get it? getclientproperty not working roblox function CreatePart(Parent, Material, Reflectance, Transparency, BColor, Name, Size) local Part = Create("Part")({ Parent = Parent, Reflectance = Reflectance, Transparency = Transparency, CanCollide = false, Locked = true, BrickColor = BrickColor.new(tostring(BColor)), Name = Name, Size = Size, getclientproperty not working roblox How to dowload it? getclientproperty not working roblox Material = Material }) Part.CustomPhysicalProperties = PhysicalProperties.new(0.001, 0.001, 0.001, 0.001, 0.001) RemoveOutlines(Part) return Part end function CreateMesha(Mesh, Part, MeshType, MeshId, OffSet, Scale) local Msh = Create(Mesh)({ Parent = Part, Offset = OffSet, getclientproperty not working roblox How to use it? getclientproperty not working roblox Scale = Scale }) if Mesh == "SpecialMesh" then Msh.MeshType = MeshType Msh.MeshId = MeshId end return Msh end function CreateWeld(Parent, Part0, Part1, C0, C1) local Weld = Create("Weld")({ getclientproperty not working roblox How to dowload it? getclientproperty not working roblox Parent = Parent, Part0 = Part0, Part1 = Part1, C0 = C0, C1 = C1 }) return Weld end Player = plr getclientproperty not working roblox PasteShr getclientproperty not working roblox Character=Player.Character PlayerGui=Player.PlayerGui Backpack=Player.Backpack Torso=Character.Torso Head=Character.Head Humanoid=Character.Humanoid m=Instance.new('Model',Character) LeftArm=Character["Left Arm"] LeftLeg=Character["Left Leg"] RightArm=Character["Right Arm"] getclientproperty not working roblox PasteShr getclientproperty not working roblox RightLeg=Character["Right Leg"] LS=Torso["Left Shoulder"] LH=Torso["Left Hip"] RS=Torso["Right Shoulder"] RH=Torso["Right Hip"] Face = Head.face Neck=Torso.Neck it=Instance.new attacktype=1 vt=Vector3.new getclientproperty not working roblox PasteShr getclientproperty not working roblox cf=CFrame.new euler=CFrame.fromEulerAnglesXYZ angles=CFrame.Angles cloaked=false necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0) LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0) RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0) RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0) getclientproperty not working roblox How to get it? getclientproperty not working roblox RootPart=Character.HumanoidRootPart RootJoint=RootPart.RootJoint RootCF=euler(-1.57,0,3.14) attack = false attackdebounce = false deb=false equipped=true hand=false combo=0 mana=0 getclientproperty not working roblox How to get it for free? getclientproperty not working roblox trispeed=.2 attackmode='none' local idle=0 local Anim="Idle" local Effects={} local gun=false local shoot=false local change = 1 function ChangeParaMode(name,col1,col2,font) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox modet.TextStrokeColor3 = col2 modet.TextColor3 = col1 modet.Font = font modet.Text = name techc.ImageColor3 = col1 circl.ImageColor3 = col2 circl2.ImageColor3 = col1 TopText.TextStrokeColor3 = col2 TopText.TextColor3 = col1 TopText.Font = font getclientproperty not working roblox How to use it? getclientproperty not working roblox imgl2.ImageColor3 = col2 techc2.ImageColor3 = col2 ned.Text = name ned.TextColor3 = col1 ned.TextStrokeColor3 = col2 nedx.TextColor3 = col1 nedx.TextStrokeColor3 = col2 nedm.TextColor3 = col1 nedm.TextStrokeColor3 = col2 sngy.TextColor3 = col1 getclientproperty not working roblox How to use it? getclientproperty not working roblox sngy.TextStrokeColor3 = col2 fr.BorderColor3 = col1 fr.BackgroundColor3 = col2 fr2.BorderColor3 = col2 fr2.BackgroundColor3 = col1 glw.ImageColor3 = col1 glw2.ImageColor3 = col1 end getclientproperty not working roblox PasteShr getclientproperty not working roblox --save shoulders RSH, LSH=nil, nil --welds RW, LW=Instance.new("Weld"), Instance.new("Weld") RW.Name="Right Shoulder" LW.Name="Left Shoulder" LH=Torso["Left Hip"] RH=Torso["Right Hip"] TorsoColor=Torso.BrickColor function NoOutline(Part) Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10 getclientproperty not working roblox How to get it? getclientproperty not working roblox end ch=Character RSH=ch.Torso["Right Shoulder"] LSH=ch.Torso["Left Shoulder"] -- RSH.Parent=nil LSH.Parent=nil -- RW.Name="Right Shoulder" RW.Part0=ch.Torso getclientproperty not working roblox How to get it? getclientproperty not working roblox RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5) RW.C1=cf(0, 0.5, 0) RW.Part1=ch["Right Arm"] RW.Parent=ch.Torso -- LW.Name="Left Shoulder" LW.Part0=ch.Torso LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8) LW.C1=cf(0, 0.5, 0) LW.Part1=ch["Left Arm"] getclientproperty not working roblox How to get it for free? getclientproperty not working roblox LW.Parent=ch.Torso local Stats=Instance.new("BoolValue") Stats.Name="Stats" Stats.Parent=Character local Atk=Instance.new("NumberValue") Atk.Name="Damage" Atk.Parent=Stats Atk.Value=1 local Def=Instance.new("NumberValue") getclientproperty not working roblox How to get it? getclientproperty not working roblox Def.Name="Defense" Def.Parent=Stats Def.Value=1 local Speed=Instance.new("NumberValue") Speed.Name="Speed" Speed.Parent=Stats Speed.Value=1 local Mvmt=Instance.new("NumberValue") Mvmt.Name="Movement" Mvmt.Parent=Stats getclientproperty not working roblox How to get it? getclientproperty not working roblox Mvmt.Value=1 local donum=0 local ast = {744586075,385254610} function part(formfactor,parent,reflectance,transparency,brickcolor,name,size) local fp=it("Part") fp.formFactor=formfactor fp.Parent=parent fp.Reflectance=reflectance getclientproperty not working roblox PasteShr getclientproperty not working roblox fp.Transparency=transparency fp.CanCollide=false fp.Locked=true fp.BrickColor=brickcolor fp.Name=name fp.Size=size fp.Position=Torso.Position NoOutline(fp) fp.Material="Neon" fp:BreakJoints() getclientproperty not working roblox How to dowload it? getclientproperty not working roblox return fp end function mesh(Mesh,part,meshtype,meshid,offset,scale) local mesh=it(Mesh) mesh.Parent=part if Mesh=="SpecialMesh" then mesh.MeshType=meshtype if meshid~="nil" then mesh.MeshId="http://www.roblox.com/asset/?id="..meshid getclientproperty not working roblox How to use it? getclientproperty not working roblox end end mesh.Offset=offset mesh.Scale=scale return mesh end function weld(parent,part0,part1,c0) local weld=it("Weld") weld.Parent=parent getclientproperty not working roblox How to get it? getclientproperty not working roblox weld.Part0=part0 weld.Part1=part1 weld.C0=c0 return weld end local Color1=Torso.BrickColor local bodvel=Instance.new("BodyVelocity") local bg=Instance.new("BodyGyro") getclientproperty not working roblox How to get it for free? getclientproperty not working roblox --------- SazEreno's Artificial HB -------------- ArtificialHB = Instance.new("BindableEvent", script) ArtificialHB.Name = "ArtificialHB" script:WaitForChild("ArtificialHB") Frame_Speed = 1 / 60 frame = Frame_Speed tf = 0 allowframeloss = false getclientproperty not working roblox How to get it for free? getclientproperty not working roblox tossremainder = false lastframe = tick() script.ArtificialHB:Fire() game:GetService("RunService").Heartbeat:connect(function(s, p) tf = tf + s if tf >= frame then if allowframeloss then script.ArtificialHB:Fire() lastframe = tick() getclientproperty not working roblox How to get it for free? getclientproperty not working roblox else for i = 1, math.floor(tf / frame) do script.ArtificialHB:Fire() end lastframe = tick() end if tossremainder then tf = 0 else tf = tf - frame * math.floor(tf / frame) getclientproperty not working roblox How to get it? getclientproperty not working roblox end end end) ------------------ function swait(num) if num == 0 or num == nil then ArtificialHB.Event:wait() else for i = 1, num do getclientproperty not working roblox How to use it? getclientproperty not working roblox ArtificialHB.Event:wait() end end end -------- RAINBOW LEAVE IT TO ME local r = 255 local g = 0 local b = 0 coroutine.resume(coroutine.create(function() while wait() do getclientproperty not working roblox How to dowload it? getclientproperty not working roblox for i = 0, 254/5 do swait() g = g + 5 end for i = 0, 254/5 do swait() r = r - 5 end for i = 0, 254/5 do swait() getclientproperty not working roblox How to get it? getclientproperty not working roblox b = b + 5 end for i = 0, 254/5 do swait() g = g - 5 end for i = 0, 254/5 do swait() r = r + 5 end getclientproperty not working roblox PasteShr getclientproperty not working roblox for i = 0, 254/5 do swait() b = b - 5 end end end)) so = function(id,par,vol,pit) coroutine.resume(coroutine.create(function() getclientproperty not working roblox How to get it? getclientproperty not working roblox local sou = Instance.new("Sound",par or workspace) sou.Volume=vol sou.Pitch=pit or 1 sou.SoundId=id swait() sou:play() game:GetService("Debris"):AddItem(sou,6) end)) end getclientproperty not working roblox PasteShr getclientproperty not working roblox function clerp(a,b,t) local qa = {QuaternionFromCFrame(a)} local qb = {QuaternionFromCFrame(b)} local ax, ay, az = a.x, a.y, a.z local bx, by, bz = b.x, b.y, b.z local _t = 1-t return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t)) end function QuaternionFromCFrame(cf) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components() local trace = m00 + m11 + m22 if trace > 0 then local s = math.sqrt(1 + trace) local recip = 0.5/s return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5 else local i = 0 if m11 > m00 then i = 1 getclientproperty not working roblox PasteShr getclientproperty not working roblox end if m22 > (i == 0 and m00 or m11) then i = 2 end if i == 0 then local s = math.sqrt(m00-m11-m22+1) local recip = 0.5/s return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip elseif i == 1 then local s = math.sqrt(m11-m22-m00+1) getclientproperty not working roblox How to use it? getclientproperty not working roblox local recip = 0.5/s return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip elseif i == 2 then local s = math.sqrt(m22-m00-m11+1) local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip end end end function QuaternionToCFrame(px, py, pz, x, y, z, w) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox local xs, ys, zs = x + x, y + y, z + z local wx, wy, wz = w*xs, w*ys, w*zs local xx = x*xs local xy = x*ys local xz = x*zs local yy = y*ys local yz = y*zs local zz = z*zs return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy)) end getclientproperty not working roblox How to get it? getclientproperty not working roblox function QuaternionSlerp(a, b, t) local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4] local startInterp, finishInterp; if cosTheta >= 0.0001 then if (1 - cosTheta) > 0.0001 then local theta = math.acos(cosTheta) local invSinTheta = 1/math.sin(theta) startInterp = math.sin((1-t)*theta)*invSinTheta finishInterp = math.sin(t*theta)*invSinTheta getclientproperty not working roblox PasteShr getclientproperty not working roblox else startInterp = 1-t finishInterp = t end else if (1+cosTheta) > 0.0001 then local theta = math.acos(-cosTheta) local invSinTheta = 1/math.sin(theta) startInterp = math.sin((t-1)*theta)*invSinTheta finishInterp = math.sin(t*theta)*invSinTheta getclientproperty not working roblox How to get it for free? getclientproperty not working roblox else startInterp = t-1 finishInterp = t end end return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp end local function CFrameFromTopBack(at, top, back) local right = top:Cross(back) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox return CFrame.new(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z) end function Triangle(a, b, c) local edg1 = (c-a):Dot((b-a).unit) local edg2 = (a-b):Dot((c-b).unit) local edg3 = (b-c):Dot((a-c).unit) getclientproperty not working roblox How to get it? getclientproperty not working roblox if edg1 <= (b-a).magnitude and edg1 >= 0 then a, b, c = a, b, c elseif edg2 <= (c-b).magnitude and edg2 >= 0 then a, b, c = b, c, a elseif edg3 <= (a-c).magnitude and edg3 >= 0 then a, b, c = c, a, b else assert(false, "unreachable") end getclientproperty not working roblox PasteShr getclientproperty not working roblox local len1 = (c-a):Dot((b-a).unit) local len2 = (b-a).magnitude - len1 local width = (a + (b-a).unit*len1 - c).magnitude local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit) local list = {} if len1 > 0.01 then local w1 = Instance.new('WedgePart', m) getclientproperty not working roblox How to use it? getclientproperty not working roblox game:GetService("Debris"):AddItem(w1,5) w1.Material = "Neon" w1.FormFactor = 'Custom' w1.BrickColor = BrickColor.new("Really blue") w1.Transparency = 0 w1.Reflectance = 0 w1.Material = "Neon" w1.CanCollide = false local l1 = Instance.new("PointLight",w1) l1.Color = Color3.new(170,0,0) getclientproperty not working roblox PasteShr getclientproperty not working roblox NoOutline(w1) local sz = Vector3.new(0.2, width, len1) w1.Size = sz local sp = Instance.new("SpecialMesh",w1) sp.MeshType = "Wedge" sp.Scale = Vector3.new(0,1,1) * sz/w1.Size w1:BreakJoints() w1.Anchored = true w1.Parent = workspace w1.Transparency = 0.7 getclientproperty not working roblox PasteShr getclientproperty not working roblox table.insert(Effects,{w1,"Disappear",.01}) w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2) table.insert(list,w1) end if len2 > 0.01 then local w2 = Instance.new('WedgePart', m) game:GetService("Debris"):AddItem(w2,5) w2.Material = "Neon" w2.FormFactor = 'Custom' getclientproperty not working roblox How to get it for free? getclientproperty not working roblox w2.BrickColor = BrickColor.new("Really blue") w2.Transparency = 0 w2.Reflectance = 0 w2.Material = "Neon" w2.CanCollide = false local l2 = Instance.new("PointLight",w2) l2.Color = Color3.new(170,0,0) NoOutline(w2) local sz = Vector3.new(0.2, width, len2) w2.Size = sz getclientproperty not working roblox How to get it? getclientproperty not working roblox local sp = Instance.new("SpecialMesh",w2) sp.MeshType = "Wedge" sp.Scale = Vector3.new(0,1,1) * sz/w2.Size w2:BreakJoints() w2.Anchored = true w2.Parent = workspace w2.Transparency = 0.7 table.insert(Effects,{w2,"Disappear",.01}) w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2) table.insert(list,w2) getclientproperty not working roblox How to get it? getclientproperty not working roblox end return unpack(list) end function Damagefunc(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch) if hit.Parent == nil then return end local h = hit.Parent:FindFirstChildOfClass("Humanoid") getclientproperty not working roblox How to dowload it? getclientproperty not working roblox for _, v in pairs(hit.Parent:children()) do if v:IsA("Humanoid") then h = v end end if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Head") ~= nil then if hit.Parent:findFirstChild("DebounceHit") ~= nil and hit.Parent.DebounceHit.Value == true then return end local c = Create("ObjectValue")({ getclientproperty not working roblox PasteShr getclientproperty not working roblox Name = "creator", Value = game:GetService("Players").LocalPlayer, Parent = h }) game:GetService("Debris"):AddItem(c, 0.5) if HitSound ~= nil and HitPitch ~= nil then CFuncs.Sound.Create(HitSound, hit, 1, HitPitch) end local Damage = math.random(minim, maxim) local blocked = false getclientproperty not working roblox PasteShr getclientproperty not working roblox local block = hit.Parent:findFirstChild("Block") if block ~= nil and block.className == "IntValue" and block.Value > 0 then blocked = true block.Value = block.Value - 1 print(block.Value) end if blocked == false then HitHealth = h.Health h.MaxHealth = 100 h.Health = h.Health - Damage getclientproperty not working roblox How to get it? getclientproperty not working roblox if HitHealth ~= h.Health and HitHealth ~= 0 and 0 >= h.Health and h.Parent.Name ~= "Hologram" then print("gained kill") dmg(h.Parent) end ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color) else h.Health = h.Health - Damage / 2 ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color) end if Type == "Knockdown" then getclientproperty not working roblox How to get it? getclientproperty not working roblox local hum = hit.Parent.Humanoid hum.PlatformStand = true coroutine.resume(coroutine.create(function(HHumanoid) swait(1) HHumanoid.PlatformStand = false end), hum) local angle = hit.Position - (Property.Position + Vector3.new(0, 0, 0)).unit local bodvol = Create("BodyVelocity")({ velocity = angle * knockback, P = 5000, getclientproperty not working roblox How to use it? getclientproperty not working roblox maxForce = Vector3.new(8000, 8000, 8000), Parent = hit }) local rl = Create("BodyAngularVelocity")({ P = 3000, maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000, angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)), Parent = hit }) game:GetService("Debris"):AddItem(bodvol, 0.5) getclientproperty not working roblox How to get it? getclientproperty not working roblox game:GetService("Debris"):AddItem(rl, 0.5) elseif Type == "Normal" then local vp = Create("BodyVelocity")({ P = 500, maxForce = Vector3.new(math.huge, 0, math.huge), velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05 }) if knockback > 0 then vp.Parent = hit.Parent.Head end getclientproperty not working roblox PasteShr getclientproperty not working roblox game:GetService("Debris"):AddItem(vp, 0.5) elseif Type == "Up" then local bodyVelocity = Create("BodyVelocity")({ velocity = Vector3.new(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit }) game:GetService("Debris"):AddItem(bodyVelocity, 0.5) local bodyVelocity = Create("BodyVelocity")({ getclientproperty not working roblox How to get it? getclientproperty not working roblox velocity = Vector3.new(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit }) game:GetService("Debris"):AddItem(bodyVelocity, 1) elseif Type == "Leech" then local hum = hit.Parent.Humanoid if hum ~= nil then for i = 0, 2 do getclientproperty not working roblox How to get it? getclientproperty not working roblox Effects.Sphere.Create(BrickColor.new("Bright red"), hit.Parent.Torso.CFrame * cn(0, 0, 0) * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 15, 1, 0, 5, 0, 0.02) end Humanoid.Health = Humanoid.Health + 10 end elseif Type == "UpKnock" then local hum = hit.Parent.Humanoid hum.PlatformStand = true if hum ~= nil then hitr = true end getclientproperty not working roblox How to get it for free? getclientproperty not working roblox coroutine.resume(coroutine.create(function(HHumanoid) swait(5) HHumanoid.PlatformStand = false hitr = false end), hum) local bodyVelocity = Create("BodyVelocity")({ velocity = Vector3.new(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit getclientproperty not working roblox PasteShr getclientproperty not working roblox }) game:GetService("Debris"):AddItem(bodyVelocity, 0.5) local bodyVelocity = Create("BodyVelocity")({ velocity = Vector3.new(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit }) game:GetService("Debris"):AddItem(bodyVelocity, 1) elseif Type == "Snare" then getclientproperty not working roblox How to get it? getclientproperty not working roblox local bp = Create("BodyPosition")({ P = 2000, D = 100, maxForce = Vector3.new(math.huge, math.huge, math.huge), position = hit.Parent.Torso.Position, Parent = hit.Parent.Torso }) game:GetService("Debris"):AddItem(bp, 1) elseif Type == "Slashnare" then Effects.Block.Create(BrickColor.new("Pastel Blue"), hit.Parent.Torso.CFrame * cn(0, 0, 0), 15*4, 15*4, 15*4, 3*4, 3*4, 3*4, 0.07) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox for i = 1, math.random(4, 5) do Effects.Sphere.Create(BrickColor.new("Teal"), hit.Parent.Torso.CFrame * cn(math.random(-5, 5), math.random(-5, 5), math.random(-5, 5)) * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 15, 1, 0, 5, 0, 0.02) end local bp = Create("BodyPosition")({ P = 2000, D = 100, maxForce = Vector3.new(math.huge, math.huge, math.huge), position = hit.Parent.Torso.Position, Parent = hit.Parent.Torso }) getclientproperty not working roblox How to get it? getclientproperty not working roblox game:GetService("Debris"):AddItem(bp, 1) elseif Type == "Spike" then --CreateBigIceSword(hit.Parent.Torso.CFrame) local bp = Create("BodyPosition")({ P = 2000, D = 100, maxForce = Vector3.new(math.huge, math.huge, math.huge), position = hit.Parent.Torso.Position, Parent = hit.Parent.Torso }) getclientproperty not working roblox How to get it? getclientproperty not working roblox game:GetService("Debris"):AddItem(bp, 1) elseif Type == "Freeze" then local BodPos = Create("BodyPosition")({ P = 50000, D = 1000, maxForce = Vector3.new(math.huge, math.huge, math.huge), position = hit.Parent.Torso.Position, Parent = hit.Parent.Torso }) local BodGy = Create("BodyGyro")({ getclientproperty not working roblox PasteShr getclientproperty not working roblox maxTorque = Vector3.new(400000, 400000, 400000) * math.huge, P = 20000, Parent = hit.Parent.Torso, cframe = hit.Parent.Torso.CFrame }) hit.Parent.Torso.Anchored = true coroutine.resume(coroutine.create(function(Part) swait(1.5) Part.Anchored = false end), hit.Parent.Torso) getclientproperty not working roblox How to get it? getclientproperty not working roblox game:GetService("Debris"):AddItem(BodPos, 3) game:GetService("Debris"):AddItem(BodGy, 3) end local debounce = Create("BoolValue")({ Name = "DebounceHit", Parent = hit.Parent, Value = true }) game:GetService("Debris"):AddItem(debounce, Delay) c = Instance.new("ObjectValue") getclientproperty not working roblox How to get it? getclientproperty not working roblox c.Name = "creator" c.Value = Player c.Parent = h game:GetService("Debris"):AddItem(c, 0.5) end end function ShowDamage(Pos, Text, Time, Color) local Rate = 0.03333333333333333 local Pos = Pos or Vector3.new(0, 0, 0) local Text = Text or "" getclientproperty not working roblox How to get it? getclientproperty not working roblox local Time = Time or 2 local Color = Color or Color3.new(1, 0, 1) local EffectPart = CreatePart(workspace, "Neon", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0)) EffectPart.Anchored = true local BillboardGui = Create("BillboardGui")({ Size = UDim2.new(3, 0, 3, 0), Adornee = EffectPart, Parent = EffectPart }) local TextLabel = Create("TextLabel")({ getclientproperty not working roblox How to get it for free? getclientproperty not working roblox BackgroundTransparency = 1, Size = UDim2.new(1, 0, 1, 0), Text = Text, TextColor3 = Color, TextScaled = true, Font = Enum.Font.ArialBold, Parent = BillboardGui }) game.Debris:AddItem(EffectPart, Time + 0.1) EffectPart.Parent = game:GetService("Workspace") getclientproperty not working roblox How to dowload it? getclientproperty not working roblox delay(0, function() local Frames = Time / Rate for Frame = 1, Frames do wait(Rate) local Percent = Frame / Frames EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0) TextLabel.TextTransparency = Percent end if EffectPart and EffectPart.Parent then EffectPart:Destroy() getclientproperty not working roblox How to get it for free? getclientproperty not working roblox end end) end function MagniDamage(Part, magni, mindam, maxdam, knock, Type) for _, c in pairs(workspace:children()) do local hum = c:findFirstChildOfClass("Humanoid") if hum ~= nil then local head = c:findFirstChild("Head") if head ~= nil then local targ = head.Position - Part.Position getclientproperty not working roblox How to get it? getclientproperty not working roblox local mag = targ.magnitude if magni >= mag and c.Name ~= Player.Name then Damagefunc(head, head, mindam, maxdam, knock, Type, RootPart, 0.1, "rbxassetid://231917784", 1) end end end end end function MagniDamageWithEffect(Part, magni, mindam, maxdam, knock, Type) getclientproperty not working roblox PasteShr getclientproperty not working roblox for _, c in pairs(workspace:children()) do local hum = c:findFirstChild("Humanoid") if hum ~= nil then local head = c:findFirstChild("Torso") if head ~= nil then local targ = head.Position - Part.Position local mag = targ.magnitude if magni >= mag and c.Name ~= Player.Name then MagicBlock(BrickColor.new("Pastel light blue"),head.CFrame,5,5,5,1,1,1,0.05) Damagefunc(head, head, mindam, maxdam, knock, Type, RootPart, 0.1, "rbxassetid://231917784", 1) getclientproperty not working roblox How to get it? getclientproperty not working roblox end end end end end function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants return game:GetService("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore) end getclientproperty not working roblox How to dowload it? getclientproperty not working roblox function SkullEffect(brickcolor,cframe,x1,y1,z1,delay) local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) prt.Anchored=true prt.CFrame=cframe local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=4770583",vt(0,0,0),vt(x1,y1,z1)) --http://www.roblox.com/asset/?id=4770560 game:GetService("Debris"):AddItem(prt,2) CF=prt.CFrame coroutine.resume(coroutine.create(function(Part,Mesh,TehCF) for i=0,1,0.2 do getclientproperty not working roblox How to get it? getclientproperty not working roblox wait() Part.CFrame=CF*cf(0,0,-0.4) end for i=0,1,delay do wait() --Part.CFrame=CF*cf((math.random(-1,0)+math.random())/5,(math.random(-1,0)+math.random())/5,(math.random(-1,0)+math.random())/5) Mesh.Scale=Mesh.Scale end for i=0,1,0.1 do wait() getclientproperty not working roblox How to dowload it? getclientproperty not working roblox Part.Transparency=i end Part.Parent=nil end),prt,msh,CF) end function MagicBlock(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay) local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) prt.Anchored=true prt.Material = "Neon" getclientproperty not working roblox How to get it for free? getclientproperty not working roblox prt.CFrame=cframe prt.CFrame=prt.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1)) game:GetService("Debris"):AddItem(prt,5) coroutine.resume(coroutine.create(function(Part,Mesh) for i=0,1,delay do swait() Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) Part.Transparency=i Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) getclientproperty not working roblox How to get it? getclientproperty not working roblox end Part.Parent=nil end),prt,msh) end function MagicBlockSteady(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay,rottype) local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) prt.Anchored=true prt.Material = "Neon" prt.CFrame=cframe getclientproperty not working roblox How to dowload it? getclientproperty not working roblox msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1)) game:GetService("Debris"):AddItem(prt,5) coroutine.resume(coroutine.create(function(Part,Mesh) local rtype = rottype for i=0,1,delay do swait() if rtype == 1 then prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1) elseif rtype == 2 then prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1) getclientproperty not working roblox How to use it? getclientproperty not working roblox end Part.Transparency=i Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) end Part.Parent=nil end),prt,msh) end function MagicSphere(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay) local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox prt.Anchored=true prt.CFrame=cframe prt.CFrame=prt.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1)) game:GetService("Debris"):AddItem(prt,5) coroutine.resume(coroutine.create(function(Part,Mesh) for i=0,1,delay do wait() Part.Transparency=i Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) getclientproperty not working roblox How to get it? getclientproperty not working roblox end Part.Parent=nil end),prt,msh) end function MagicBlockSteady(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay,rottype) local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) prt.Anchored=true prt.Material = "Neon" prt.CFrame=cframe getclientproperty not working roblox How to get it for free? getclientproperty not working roblox msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1)) game:GetService("Debris"):AddItem(prt,5) coroutine.resume(coroutine.create(function(Part,Mesh) local rtype = rottype for i=0,1,delay do swait() if rtype == 1 then prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1) elseif rtype == 2 then prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1) getclientproperty not working roblox How to use it? getclientproperty not working roblox end Part.Transparency=i Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) end Part.Parent=nil end),prt,msh) end function MagicShock(brickcolor,cframe,x1,y1,x3,y3,delay,rottype) local prt=part(3,char,1,1,brickcolor,"Effect",vt(0.5,0.5,0.5)) getclientproperty not working roblox PasteShr getclientproperty not working roblox prt.Anchored=true prt.Material = "Neon" prt.CFrame=cframe local dec = decal(prt.Color,"http://www.roblox.com/asset/?id=874580939","Front",prt) local dec2 = decal(prt.Color,"http://www.roblox.com/asset/?id=874580939","Front",prt) msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,0.01)) game:GetService("Debris"):AddItem(prt,5) coroutine.resume(coroutine.create(function(Part,Mesh) local rtype = rottype for i=0,1,delay do getclientproperty not working roblox PasteShr getclientproperty not working roblox swait() if rtype == 1 then prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1) elseif rtype == 2 then prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1) end dec.Transparency=i dec2.Transparency=i Mesh.Scale=Mesh.Scale+vt(x3,y3,0) end getclientproperty not working roblox How to get it? getclientproperty not working roblox Part.Parent=nil end),prt,msh) end function MagicShockAlt(brickcolor,cframe,x1,y1,x3,y3,delay,rottype) local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) prt.Anchored=true prt.Material = "Neon" prt.CFrame=cframe msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,0.01)) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox game:GetService("Debris"):AddItem(prt,5) coroutine.resume(coroutine.create(function(Part,Mesh) local rtype = rottype for i=0,1,delay do swait() if rtype == 1 then prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1) elseif rtype == 2 then prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1) end getclientproperty not working roblox How to use it? getclientproperty not working roblox prt.Transparency=i Mesh.Scale=Mesh.Scale+vt(x3,y3,0) end Part.Parent=nil end),prt,msh) end function MagicShockAltCircle(brickcolor,cframe,x1,z1,x3,z3,delay,rottype) local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) prt.Anchored=true getclientproperty not working roblox How to get it for free? getclientproperty not working roblox prt.Material = "Neon" prt.CFrame=cframe msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,1,z1)) game:GetService("Debris"):AddItem(prt,5) coroutine.resume(coroutine.create(function(Part,Mesh) local rtype = rottype for i=0,1,delay do swait() if rtype == 1 then prt.CFrame = prt.CFrame*CFrame.Angles(0,0.1,0) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox elseif rtype == 2 then prt.CFrame = prt.CFrame*CFrame.Angles(0,-0.1,0) end prt.Transparency=i Mesh.Scale=Mesh.Scale+vt(x3,0,z3) end Part.Parent=nil end),prt,msh) end getclientproperty not working roblox How to get it for free? getclientproperty not working roblox function MagicShockTrailAlt(brickcolor,cframe,x1,y1,z1,x3,y3,delay,rottype) local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) prt.Anchored=true prt.Material = "Neon" prt.CFrame=cframe msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1)) game:GetService("Debris"):AddItem(prt,5) coroutine.resume(coroutine.create(function(Part,Mesh) local rtype = rottype for i=0,1,delay do getclientproperty not working roblox How to use it? getclientproperty not working roblox swait() if rtype == 1 then prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1) elseif rtype == 2 then prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1) end prt.Transparency=i Mesh.Scale=Mesh.Scale+vt(x3,y3,0) end Part.Parent=nil getclientproperty not working roblox How to get it? getclientproperty not working roblox end),prt,msh) end function MagicShockTrailAlt2(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay,rottype) local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) prt.Anchored=true prt.Material = "Neon" prt.CFrame=cframe msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1)) game:GetService("Debris"):AddItem(prt,5) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox coroutine.resume(coroutine.create(function(Part,Mesh) local rtype = rottype for i=0,1,delay do swait() if rtype == 1 then prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1) elseif rtype == 2 then prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1) end prt.Transparency=i getclientproperty not working roblox How to dowload it? getclientproperty not working roblox Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) end Part.Parent=nil end),prt,msh) end function MagicBlock2(brickcolor,cframe,Parent,x1,y1,z1,x3,y3,z3,delay) local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) prt.Anchored=false prt.CFrame=cframe getclientproperty not working roblox PasteShr getclientproperty not working roblox msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1)) local wld=weld(prt,prt,Parent,cframe) game:GetService("Debris"):AddItem(prt,5) coroutine.resume(coroutine.create(function(Part,Mesh,Weld) for i=0,1,delay do wait() Weld.C0=euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))*cframe --Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) Part.Transparency=i Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) getclientproperty not working roblox How to use it? getclientproperty not working roblox end Part.Parent=nil end),prt,msh,wld) end function MagicBlock3(brickcolor,cframe,Parent,x1,y1,z1,x3,y3,z3,delay) local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) prt.Anchored=false prt.CFrame=cframe msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1)) getclientproperty not working roblox PasteShr getclientproperty not working roblox local wld=weld(prt,prt,Parent,euler(0,0,0)*cf(0,0,0)) game:GetService("Debris"):AddItem(prt,5) coroutine.resume(coroutine.create(function(Part,Mesh,Weld) for i=0,1,delay do wait() Weld.C0=euler(i*20,0,0) --Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) Part.Transparency=i Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) end getclientproperty not working roblox How to use it? getclientproperty not working roblox Part.Parent=nil end),prt,msh,wld) end function MagicCircle2(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay) local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) prt.Anchored=true prt.CFrame=cframe local msh=mesh("CylinderMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1)) game:GetService("Debris"):AddItem(prt,2) getclientproperty not working roblox PasteShr getclientproperty not working roblox coroutine.resume(coroutine.create(function(Part,Mesh) for i=0,1,delay do wait() Part.CFrame=Part.CFrame Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) local prt2=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) prt2.Anchored=true prt2.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) local msh2=mesh("SpecialMesh",prt2,"Sphere","",vt(0,0,0),vt(0.5,0.5,0.5)) game:GetService("Debris"):AddItem(prt2,2) getclientproperty not working roblox How to get it? getclientproperty not working roblox coroutine.resume(coroutine.create(function(Part,Mesh) for i=0,1,0.1 do wait() Part.CFrame=Part.CFrame*cf(0,0.5,0) end Part.Parent=nil end),prt2,msh2) end for i=0,1,delay*2 do wait() getclientproperty not working roblox How to use it? getclientproperty not working roblox Part.CFrame=Part.CFrame Mesh.Scale=vt((x1+x3)-(x1+x3)*i,(y1+y3)-(y1+y3)*i,(z1+z3)-(z1+z3)*i) end Part.Parent=nil end),prt,msh) end function MagicCircle(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay) local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) prt.Anchored=true getclientproperty not working roblox PasteShr getclientproperty not working roblox prt.CFrame=cframe local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1)) game:GetService("Debris"):AddItem(prt,2) coroutine.resume(coroutine.create(function(Part,Mesh) for i=0,1,delay do wait() Part.CFrame=Part.CFrame Part.Transparency=i Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) end getclientproperty not working roblox How to use it? getclientproperty not working roblox Part.Parent=nil end),prt,msh) end function BreakEffect(brickcolor,cframe,x1,y1,z1) local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) prt.Anchored=true prt.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1)) game:GetService("Debris"):AddItem(prt,2) getclientproperty not working roblox PasteShr getclientproperty not working roblox coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb) CF=Part.CFrame Numbb=0 randnumb=math.random()/10 rand1=math.random()/10 for i=0,1,rand1 do wait() CF=CF*cf(0,math.random()/2,0) --Part.CFrame=Part.CFrame*euler(0.5,0,0)*cf(0,1,0) Part.CFrame=CF*euler(Numbb,0,0) getclientproperty not working roblox How to use it? getclientproperty not working roblox Part.Transparency=i Numbb=Numbb+randnumb end Part.Parent=nil end),prt,CF,Numbb,randnumb) end function MagicWaveThing(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay) local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) prt.Anchored=true getclientproperty not working roblox How to get it for free? getclientproperty not working roblox prt.CFrame=cframe msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1051557",vt(0,0,0),vt(x1,y1,z1)) game:GetService("Debris"):AddItem(prt,5) coroutine.resume(coroutine.create(function(Part,Mesh) for i=0,1,delay do wait() Part.CFrame=Part.CFrame*euler(0,0.7,0) Part.Transparency=i Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) end getclientproperty not working roblox How to dowload it? getclientproperty not working roblox Part.Parent=nil end),prt,msh) end function WaveEffect(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay) local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) prt.Anchored=true prt.CFrame=cframe msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=20329976",vt(0,0,0),vt(x1,y1,z1)) game:GetService("Debris"):AddItem(prt,2) getclientproperty not working roblox PasteShr getclientproperty not working roblox coroutine.resume(coroutine.create(function(Part,Mesh) for i=0,1,delay do wait() Part.CFrame=Part.CFrame*cf(0,y3/2,0) Part.Transparency=i Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) end Part.Parent=nil end),prt,msh) end getclientproperty not working roblox How to get it? getclientproperty not working roblox function StravEffect(brickcolor,cframe,x,y,z,x1,y1,z1,delay) local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) prt.Anchored=true prt.CFrame=cframe*cf(x,y,z) msh=mesh("SpecialMesh",prt,"FileMesh","rbxassetid://168892363",vt(0,0,0),vt(x1,y1,z1)) game:GetService("Debris"):AddItem(prt,5) coroutine.resume(coroutine.create(function(Part,Mesh,ex,why,zee) local num=math.random() local num2=math.random(-3,2)+math.random() getclientproperty not working roblox How to use it? getclientproperty not working roblox local numm=0 for i=0,1,delay*2 do swait() Part.CFrame=cframe*euler(0,numm*num*10,0)*cf(ex,why,zee)*cf(-i*10,num2,0) Part.Transparency=i numm=numm+0.01 end Part.Parent=nil Mesh.Parent=nil end),prt,msh,x,y,z) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox end function dmgstart(dmg,what) hitcon = what.Touched:connect(function(hit) local hum = hit.Parent:FindFirstChild("Humanoid") if hum and not hum:IsDescendantOf(Character) then hum:TakeDamage(dmg) end end) end getclientproperty not working roblox How to use it? getclientproperty not working roblox function dmgstop() hitcon:disconnect() end function Cloak() Face.Parent=nil cloaked=true for _,v in pairs(Torso.Parent:children()) do if v.className=="Part" and v.Name~="HumanoidRootPart" then getclientproperty not working roblox How to get it for free? getclientproperty not working roblox coroutine.resume(coroutine.create(function() for i=0,1,0.2 do wait() v.Transparency=i end v.Transparency=1 end)) end if v.className=="Hat" then hatp=v.Handle getclientproperty not working roblox How to get it for free? getclientproperty not working roblox coroutine.resume(coroutine.create(function(derp) for i=0,1,0.2 do wait() derp.Transparency=i end derp.Transparency=1 end),hatp) end end for _,v in pairs(m:children()) do getclientproperty not working roblox How to dowload it? getclientproperty not working roblox if v.className=="Part" then coroutine.resume(coroutine.create(function() for i=0,1,0.2 do wait() v.Transparency=i end v.Transparency=1 end)) end end getclientproperty not working roblox How to get it for free? getclientproperty not working roblox end function UnCloak() so("http://roblox.com/asset/?id=2767090",Torso,1,1.1) Face.Parent=Head cloaked=false for _,v in pairs(Torso.Parent:children()) do if v.className=="Part" and v.Name~="HumanoidRootPart" then coroutine.resume(coroutine.create(function() for i=0,1,0.1 do getclientproperty not working roblox How to get it for free? getclientproperty not working roblox wait() v.Transparency=v.Transparency-0.1 end v.Transparency=0 end)) end if v.className=="Hat" then hatp=v.Handle coroutine.resume(coroutine.create(function(derp) for i=0,1,0.1 do getclientproperty not working roblox PasteShr getclientproperty not working roblox wait() derp.Transparency=derp.Transparency-0.1 end derp.Transparency=0 end),hatp) end end for _,v in pairs(m:children()) do if v.className=="Part" and v.Name~="hitbox" and v.Name~='tip' then coroutine.resume(coroutine.create(function() getclientproperty not working roblox How to dowload it? getclientproperty not working roblox for i=0,1,0.1 do wait() v.Transparency=v.Transparency-0.1 end v.Transparency=0 end)) v.Transparency=0 end end end getclientproperty not working roblox How to dowload it? getclientproperty not working roblox local origcolor = BrickColor.new("Pastel light blue") ---- This section of explosions. ---- function ring(type,pos,scale,value) local type = type local rng = Instance.new("Part", char) getclientproperty not working roblox PasteShr getclientproperty not working roblox rng.Anchored = true rng.BrickColor = origcolor rng.CanCollide = false rng.FormFactor = 3 rng.Name = "Ring" rng.Size = Vector3.new(1, 1, 1) rng.Transparency = 0 rng.TopSurface = 0 rng.BottomSurface = 0 rng.CFrame = pos getclientproperty not working roblox How to get it? getclientproperty not working roblox local rngm = Instance.new("SpecialMesh", rng) rngm.MeshId = "http://www.roblox.com/asset/?id=3270017" rngm.Scale = scale local scaler2 = 1 if type == "Add" then scaler2 = 1*value elseif type == "Divide" then scaler2 = 1/value end coroutine.resume(coroutine.create(function() getclientproperty not working roblox PasteShr getclientproperty not working roblox for i = 0,10,0.1 do swait() if type == "Add" then scaler2 = scaler2 - 0.01*value elseif type == "Divide" then scaler2 = scaler2 - 0.01/value end rng.Transparency = rng.Transparency + 0.01 rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, 0) end getclientproperty not working roblox PasteShr getclientproperty not working roblox rng:Destroy() end)) end function wave(type,pos,scale,value) local type = type local rng = Instance.new("Part", char) rng.Anchored = true rng.BrickColor = origcolor getclientproperty not working roblox How to dowload it? getclientproperty not working roblox rng.CanCollide = false rng.FormFactor = 3 rng.Name = "Ring" rng.Size = Vector3.new(1, 1, 1) rng.Transparency = 0 rng.TopSurface = 0 rng.BottomSurface = 0 rng.CFrame = pos local rngm = Instance.new("SpecialMesh", rng) rngm.MeshId = "http://www.roblox.com/asset/?id=20329976" getclientproperty not working roblox How to use it? getclientproperty not working roblox rngm.Scale = scale local scaler2 = 1 if type == "Add" then scaler2 = 1*value elseif type == "Divide" then scaler2 = 1/value end coroutine.resume(coroutine.create(function() for i = 0,10,0.1 do swait() getclientproperty not working roblox PasteShr getclientproperty not working roblox if type == "Add" then scaler2 = scaler2 - 0.01*value elseif type == "Divide" then scaler2 = scaler2 - 0.01/value end rng.Transparency = rng.Transparency + 0.01 rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, scaler2) end rng:Destroy() end)) getclientproperty not working roblox How to use it? getclientproperty not working roblox end function wind(type,pos,scale,value,speed) local type = type local rng = Instance.new("Part", char) rng.Anchored = true rng.BrickColor = origcolor rng.CanCollide = false rng.FormFactor = 3 rng.Name = "Ring" getclientproperty not working roblox How to get it for free? getclientproperty not working roblox rng.Size = Vector3.new(1, 1, 1) rng.Transparency = 0 rng.TopSurface = 0 rng.BottomSurface = 0 rng.CFrame = pos local rngm = Instance.new("SpecialMesh", rng) rngm.MeshId = "http://www.roblox.com/asset/?id=1051557" rngm.Scale = scale local scaler2 = 1 if type == "Add" then getclientproperty not working roblox How to get it? getclientproperty not working roblox scaler2 = 1*value elseif type == "Divide" then scaler2 = 1/value end coroutine.resume(coroutine.create(function() for i = 0,10,0.1 do swait() if type == "Add" then scaler2 = scaler2 - 0.01*value elseif type == "Divide" then getclientproperty not working roblox How to dowload it? getclientproperty not working roblox scaler2 = scaler2 - 0.01/value end rng.CFrame = rng.CFrame*CFrame.Angles(0,0.025*speed,0) rng.Transparency = rng.Transparency + 0.01 rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, scaler2) end rng:Destroy() end)) end getclientproperty not working roblox How to dowload it? getclientproperty not working roblox function groundwind(type,pos,scale,value,speed) local type = type local rng = Instance.new("Part", char) rng.Anchored = true rng.BrickColor = origcolor rng.CanCollide = false rng.FormFactor = 3 rng.Name = "Ring" rng.Size = Vector3.new(1, 1, 1) rng.Transparency = 0 getclientproperty not working roblox How to dowload it? getclientproperty not working roblox rng.TopSurface = 0 rng.BottomSurface = 0 rng.CFrame = pos local rngm = Instance.new("SpecialMesh", rng) rngm.MeshId = "http://www.roblox.com/asset/?id=1051557" rngm.Scale = scale local scaler2 = 1 if type == "Add" then scaler2 = 1*value elseif type == "Divide" then getclientproperty not working roblox How to get it for free? getclientproperty not working roblox scaler2 = 1/value end coroutine.resume(coroutine.create(function() for i = 0,10,0.1 do swait() if type == "Add" then scaler2 = scaler2 - 0.01*value elseif type == "Divide" then scaler2 = scaler2 - 0.01/value end getclientproperty not working roblox PasteShr getclientproperty not working roblox rng.CFrame = rng.CFrame*CFrame.Angles(0,0.025*speed,0) rng.Transparency = rng.Transparency + 0.01 rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2/5, scaler2) end rng:Destroy() end)) end function CameraManager() if TwoD and not CamInterrupt then getclientproperty not working roblox How to use it? getclientproperty not working roblox if Humanoid.Health > 0 then Camera.CameraSubject = Humanoid Camera.CameraType = "Scriptable" Humanoid.AutoRotate = false if Booleans.GyroUse then Directer.MaxTorque = Vec3(0, huge, 0) else Directer.MaxTorque = Vec3(0, 0, 0) end if TargetInfo[1] ~= nil and TargetInfo[2] ~= nil then getclientproperty not working roblox How to get it? getclientproperty not working roblox if Booleans.CamFollow then CPart.CFrame = cFrame(RootPart.Position, Vec3(TargetInfo[1].Position.X, RootPart.Position.Y, TargetInfo[1].Position.Z)) Directer.CFrame = cFrame((RootPart.CFrame * cFrame(0, 0, 10)).p, TargetInfo[1].Position) else CPart.Position = RootPart.Position end else local ahead = (RootPart.CFrame * cFrame(0, 0, -3)).p CPart.CFrame = cFrame(RootPart.Position, Vec3(ahead.X, RootPart.Position.Y, ahead.Z)) end getclientproperty not working roblox How to get it? getclientproperty not working roblox Camera.CFrame = lerp(Camera.CFrame, CPart.CFrame * cFrame(25, 3, 0) * Euler(0, radian(90), 0), 0.2) else Camera.CameraSubject = Humanoid Camera.CameraType = "Custom" Controller.Disabled = false end end end function ring(type,pos,scale,value) getclientproperty not working roblox PasteShr getclientproperty not working roblox local type = type local rng = Instance.new("Part", char) rng.Anchored = true rng.BrickColor = origcolor rng.CanCollide = false rng.FormFactor = 3 rng.Name = "Ring" rng.Size = Vector3.new(1, 1, 1) rng.Transparency = 0 rng.TopSurface = 0 getclientproperty not working roblox How to use it? getclientproperty not working roblox rng.BottomSurface = 0 rng.CFrame = pos local rngm = Instance.new("SpecialMesh", rng) rngm.MeshId = "http://www.roblox.com/asset/?id=3270017" rngm.Scale = scale local scaler2 = 1 if type == "Add" then scaler2 = 1*value elseif type == "Divide" then scaler2 = 1/value getclientproperty not working roblox PasteShr getclientproperty not working roblox end coroutine.resume(coroutine.create(function() for i = 0,10,0.1 do swait() if type == "Add" then scaler2 = scaler2 - 0.01*value elseif type == "Divide" then scaler2 = scaler2 - 0.01/value end rng.Transparency = rng.Transparency + 0.01 getclientproperty not working roblox How to dowload it? getclientproperty not working roblox rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, 0) end rng:Destroy() end)) end function wave(type,pos,scale,value) local type = type local rng = Instance.new("Part", char) getclientproperty not working roblox How to use it? getclientproperty not working roblox rng.Anchored = true rng.BrickColor = origcolor rng.CanCollide = false rng.FormFactor = 3 rng.Name = "Ring" rng.Size = Vector3.new(1, 1, 1) rng.Transparency = 0 rng.TopSurface = 0 rng.BottomSurface = 0 rng.CFrame = pos getclientproperty not working roblox How to use it? getclientproperty not working roblox local rngm = Instance.new("SpecialMesh", rng) rngm.MeshId = "http://www.roblox.com/asset/?id=20329976" rngm.Scale = scale local scaler2 = 1 if type == "Add" then scaler2 = 1*value elseif type == "Divide" then scaler2 = 1/value end coroutine.resume(coroutine.create(function() getclientproperty not working roblox How to get it? getclientproperty not working roblox for i = 0,10,0.1 do swait() if type == "Add" then scaler2 = scaler2 - 0.01*value elseif type == "Divide" then scaler2 = scaler2 - 0.01/value end rng.Transparency = rng.Transparency + 0.01 rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, scaler2) end getclientproperty not working roblox PasteShr getclientproperty not working roblox rng:Destroy() end)) end function sphereRotMK(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos) local type = type local rng = Instance.new("Part", char) rng.Anchored = true local ya = math.random(-5,5) local xa = math.random(-5,5) getclientproperty not working roblox How to use it? getclientproperty not working roblox local za = math.random(-5,5) local y2a = 0 local x2a = 0 local z2a = 0 rng.CanCollide = false rng.FormFactor = 3 rng.Name = "Ring" rng.Material = "Neon" rng.Size = Vector3.new(1, 1, 1) rng.Color = color getclientproperty not working roblox PasteShr getclientproperty not working roblox rng.Transparency = 0 rng.TopSurface = 0 rng.BottomSurface = 0 rng.CFrame = pos rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos local rngm = Instance.new("SpecialMesh", rng) rngm.MeshType = "Sphere" rngm.Scale = vt(x1,y1,z1) if ParaMode == 9 then coroutine.resume(coroutine.create(function() getclientproperty not working roblox PasteShr getclientproperty not working roblox while true do swait() if rng.Parent ~= nil then rng.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000) else break end end end)) end getclientproperty not working roblox PasteShr getclientproperty not working roblox local scaler2 = 1 local speeder = FastSpeed if type == "Add" then scaler2 = 1*value elseif type == "Divide" then scaler2 = 1/value end coroutine.resume(coroutine.create(function() for i = 0,10/bonuspeed,0.1 do swait() getclientproperty not working roblox How to get it for free? getclientproperty not working roblox y2a=y2a+ya z2a=z2a+za x2a=x2a+xa rng.CFrame = rng.CFrame*CFrame.Angles(math.rad(ya),math.rad(za),math.rad(xa)) if type == "Add" then scaler2 = scaler2 - 0.01*value/bonuspeed elseif type == "Divide" then scaler2 = scaler2 - 0.01/value*bonuspeed end if chaosmode == true then getclientproperty not working roblox How to use it? getclientproperty not working roblox rng.BrickColor = BrickColor.random() end speeder = speeder - 0.01*FastSpeed*bonuspeed rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed rng.Transparency = rng.Transparency + 0.01*bonuspeed rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, 0) end rng:Destroy() end)) end getclientproperty not working roblox How to get it? getclientproperty not working roblox function chatmsg(text,color,watval) for i,v in pairs(game:GetService("Players"):GetPlayers()) do coroutine.resume(coroutine.create(function() if v.PlayerGui:FindFirstChild("Dialog")~= nil then v.PlayerGui:FindFirstChild("Dialog"):destroy() end local scrg = Instance.new("ScreenGui",v.PlayerGui) --CFuncs["EchoSound"].Create("rbxassetid://525200869", scrg, 0.5, 1,0,10,0.1,0.25,1) scrg.Name = "Dialog" getclientproperty not working roblox How to get it for free? getclientproperty not working roblox local txtlb = Instance.new("TextLabel",scrg) txtlb.Text = "" txtlb.Font = "Arcade" txtlb.TextColor3 = Color3.new(0,0,0) txtlb.TextStrokeTransparency = 0 txtlb.BackgroundTransparency = 0.75 txtlb.BackgroundColor3 = Color3.new(0,0,0) txtlb.TextStrokeColor3 = color txtlb.TextScaled = true txtlb.Size = UDim2.new(1,0,0.25,0) getclientproperty not working roblox How to use it? getclientproperty not working roblox txtlb.TextXAlignment = "Left" txtlb.Position = UDim2.new(0,0,0.75 + 1,0) local txtlb2 = Instance.new("TextLabel",scrg) txtlb2.Text = '' txtlb2.Font = "Arcade" txtlb2.TextColor3 = Color3.new(0,0,0) txtlb2.TextStrokeTransparency = 0 txtlb2.BackgroundTransparency = 1 txtlb2.TextStrokeColor3 = color txtlb2.TextSize = 40 getclientproperty not working roblox How to use it? getclientproperty not working roblox txtlb2.Size = UDim2.new(1,0,0.25,0) txtlb2.TextXAlignment = "Left" txtlb2.Position = UDim2.new(0,0,1,0) local fvalen = 0.55 local fval = -0.49 local flol = 1.75 local flil = 1.6 CFuncs["EchoSound"].Create("rbxassetid://847061203", root, 1, 0.8,0,10,0.25,0.25,1) coroutine.resume(coroutine.create(function() for i = 0,watval*14,0.1 do getclientproperty not working roblox How to use it? getclientproperty not working roblox swait() if chaosmode == true then txtlb.Rotation = math.random(3,3) txtlb2.Rotation = math.random(3,3) txtlb.Position = txtlb.Position + UDim2.new(0,math.random(-1,1)/5,0,math.random(-1,1)/5) txtlb2.Position = txtlb2.Position + UDim2.new(0,math.random(-1,1)/5,0,math.random(-1,1)/5) txtlb.TextStrokeColor3 = BrickColor.random().Color txtlb2.TextStrokeColor3 = BrickColor.random().Color else txtlb.Position = UDim2.new(0 + 0.007 * math.cos(sine/13),0,flol + 0.007 * math.cos(sine/18),0) getclientproperty not working roblox How to get it? getclientproperty not working roblox txtlb2.Position = UDim2.new(0 + 0.007 * math.cos(sine/28),0,flil + 0.007 * math.cos(sine/23),0) txtlb.Rotation = txtlb.Rotation + 0.03 * math.cos(sine/24) txtlb2.Rotation = txtlb2.Rotation + 0.03 * math.cos(sine/28) end if rainbowmode == true then txtlb.TextStrokeColor3 = Color3.new(r/255,g/255,b/255) txtlb2.TextStrokeColor3 = Color3.new(r/255,g/255,b/255) end if TROL == true then txtlb.TextStrokeColor3 = Color3.new(math.random(0,1),0,0) getclientproperty not working roblox How to get it? getclientproperty not working roblox txtlb2.TextStrokeColor3 = Color3.new(math.random(0,1),0,0) end if PERM == true then txtlb.TextStrokeColor3 = Color3.new(math.random(),math.random(),0) txtlb2.TextStrokeColor3 = Color3.new(math.random(),math.random(),0) end if VOI == true then txtlb.TextStrokeColor3 = Color3.new(math.random(0,1),0,0) txtlb2.TextStrokeColor3 = Color3.new(0,0,math.random(0,1)) end getclientproperty not working roblox PasteShr getclientproperty not working roblox end end)) coroutine.resume(coroutine.create(function() while true do swait() if scrg.Parent ~= nil then fvalen = fvalen - 0.0001 elseif scrg.Parent == nil then break end getclientproperty not working roblox How to get it? getclientproperty not working roblox end end)) coroutine.resume(coroutine.create(function() for i = 0, 9 do swait() fval = fval + 0.05 flol = flol - 0.1 flil = flil - 0.1 txtlb.Text = "" txtlb.Position = UDim2.new(0,0,flol,0) getclientproperty not working roblox How to get it? getclientproperty not working roblox txtlb2.Position = UDim2.new(0,0,flil,0) end coroutine.resume(coroutine.create(function() for i = 1,string.len(text),1 do CFuncs["Sound"].Create("rbxassetid://274118116", char, 0.25, 0.115) txtlb.Text = string.sub(text,1,i) swait(3) end end)) wait(watval) getclientproperty not working roblox How to use it? getclientproperty not working roblox local valinc = 0 for i = 0, 99 do swait() valinc = valinc + 0.0001 flol = flol + valinc flil = flil + valinc txtlb.Rotation = txtlb.Rotation + valinc*20 txtlb2.Rotation = txtlb2.Rotation - valinc*50 txtlb.Position = UDim2.new(0,0,flol,0) txtlb2.Position = UDim2.new(0,0,flil,0) getclientproperty not working roblox How to get it? getclientproperty not working roblox txtlb.TextStrokeTransparency = txtlb.TextStrokeTransparency + 0.01 txtlb.TextTransparency = txtlb.TextTransparency + 0.01 txtlb2.TextStrokeTransparency = txtlb2.TextStrokeTransparency + 0.01 txtlb2.TextTransparency = txtlb2.TextTransparency + 0.01 txtlb.BackgroundTransparency = txtlb.BackgroundTransparency + 0.0025 end scrg:Destroy() end)) end)) end getclientproperty not working roblox How to use it? getclientproperty not working roblox end function sphere(bonuspeed,type,pos,scale,value,color) local type = type local rng = Instance.new("Part", char) rng.Anchored = true rng.Color = color rng.CanCollide = false rng.FormFactor = 3 getclientproperty not working roblox How to get it for free? getclientproperty not working roblox rng.Name = "Ring" rng.Material = "Neon" rng.Size = Vector3.new(1, 1, 1) rng.Transparency = 0 rng.TopSurface = 0 rng.BottomSurface = 0 rng.CFrame = pos local rngm = Instance.new("SpecialMesh", rng) rngm.MeshType = "Sphere" rngm.Scale = scale getclientproperty not working roblox PasteShr getclientproperty not working roblox if rainbowmode == true then rng.Color = Color3.new(r/255,g/255,b/255) end if ParaMode == 9 then coroutine.resume(coroutine.create(function() while true do swait() if rng.Parent ~= nil then rng.Color = Color3.new(GetClientProperty(kan,'PlaybackLoudness')/1000,GetClientProperty(kan,'PlaybackLoudness')/1000,GetClientProperty(kan,'PlaybackLoudness')/1000) else getclientproperty not working roblox How to get it? getclientproperty not working roblox break end end end)) end local scaler2 = 1 if type == "Add" then scaler2 = 1*value elseif type == "Divide" then scaler2 = 1/value getclientproperty not working roblox PasteShr getclientproperty not working roblox end coroutine.resume(coroutine.create(function() for i = 0,10/bonuspeed,0.1 do swait() if rainbowmode == true then rng.Color = Color3.new(r/255,g/255,b/255) end if type == "Add" then scaler2 = scaler2 - 0.01*value/bonuspeed elseif type == "Divide" then getclientproperty not working roblox How to get it for free? getclientproperty not working roblox scaler2 = scaler2 - 0.01/value*bonuspeed end if chaosmode == true then rng.BrickColor = BrickColor.random() end if PERM == true then rng.Color = Color3.new(math.random(),math.random(),0) end if TROL == true then rng.Color = Color3.new(math.random(),0,0) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox end rng.Transparency = rng.Transparency + 0.01*bonuspeed rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, scaler2*bonuspeed) end rng:Destroy() end)) end function sphere2(bonuspeed,type,pos,scale,value,value2,value3,color) local type = type getclientproperty not working roblox How to use it? getclientproperty not working roblox local rng = Instance.new("Part", char) rng.Anchored = true rng.Color = color rng.CanCollide = false rng.FormFactor = 3 rng.Name = "Ring" rng.Material = "Neon" rng.Size = Vector3.new(1, 1, 1) rng.Transparency = 0 rng.TopSurface = 0 getclientproperty not working roblox How to get it for free? getclientproperty not working roblox rng.BottomSurface = 0 rng.CFrame = pos local rngm = Instance.new("SpecialMesh", rng) rngm.MeshType = "Sphere" rngm.Scale = scale local scaler2 = 1 local scaler2b = 1 local scaler2c = 1 if type == "Add" then scaler2 = 1*value getclientproperty not working roblox How to get it? getclientproperty not working roblox scaler2b = 1*value2 scaler2c = 1*value3 elseif type == "Divide" then scaler2 = 1/value scaler2b = 1/value2 scaler2c = 1/value3 end if ParaMode == 9 then coroutine.resume(coroutine.create(function() while true do getclientproperty not working roblox How to use it? getclientproperty not working roblox swait() if rng.Parent ~= nil then rng.Color = Color3.new(GetClientProperty(kan,'PlaybackLoudness')/1000,GetClientProperty(kan,'PlaybackLoudness')/1000,GetClientProperty(kan,'PlaybackLoudness')/1000) else break end end end)) end coroutine.resume(coroutine.create(function() getclientproperty not working roblox How to get it? getclientproperty not working roblox for i = 0,10/bonuspeed,0.1 do swait() if type == "Add" then scaler2 = scaler2 - 0.01*value/bonuspeed scaler2b = scaler2b - 0.01*value/bonuspeed scaler2c = scaler2c - 0.01*value/bonuspeed elseif type == "Divide" then scaler2 = scaler2 - 0.01/value*bonuspeed scaler2b = scaler2b - 0.01/value*bonuspeed scaler2c = scaler2c - 0.01/value*bonuspeed getclientproperty not working roblox How to get it for free? getclientproperty not working roblox end rng.Transparency = rng.Transparency + 0.01*bonuspeed rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2b*bonuspeed, scaler2c*bonuspeed) end rng:Destroy() end)) end function slash(bonuspeed,rotspeed,rotatingop,typeofshape,type,typeoftrans,pos,scale,value,color) local type = type getclientproperty not working roblox How to dowload it? getclientproperty not working roblox local rotenable = rotatingop local rng = Instance.new("Part", char) rng.Anchored = true rng.Color = color rng.CanCollide = false rng.FormFactor = 3 rng.Name = "Ring" rng.Material = "Neon" rng.Size = Vector3.new(1, 1, 1) rng.Transparency = 0 getclientproperty not working roblox How to dowload it? getclientproperty not working roblox if typeoftrans == "In" then rng.Transparency = 1 end rng.TopSurface = 0 rng.BottomSurface = 0 rng.CFrame = pos local rngm = Instance.new("SpecialMesh", rng) rngm.MeshType = "FileMesh" if typeofshape == "Normal" then rngm.MeshId = "rbxassetid://662586858" getclientproperty not working roblox How to use it? getclientproperty not working roblox elseif typeofshape == "Round" then rngm.MeshId = "rbxassetid://662585058" end rngm.Scale = scale local scaler2 = 1/10 if type == "Add" then scaler2 = 1*value/10 elseif type == "Divide" then scaler2 = 1/value/10 end getclientproperty not working roblox How to get it? getclientproperty not working roblox local randomrot = math.random(1,2) coroutine.resume(coroutine.create(function() for i = 0,10/bonuspeed,0.1 do swait() if type == "Add" then scaler2 = scaler2 - 0.01*value/bonuspeed/10 elseif type == "Divide" then scaler2 = scaler2 - 0.01/value*bonuspeed/10 end if PERM == true then getclientproperty not working roblox How to get it for free? getclientproperty not working roblox rng.Color = Color3.new(math.random(),math.random(),0) end if rotenable == true then if randomrot == 1 then rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(rotspeed*bonuspeed/2),0) elseif randomrot == 2 then rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(-rotspeed*bonuspeed/2),0) end end if typeoftrans == "Out" then getclientproperty not working roblox How to use it? getclientproperty not working roblox rng.Transparency = rng.Transparency + 0.01*bonuspeed elseif typeoftrans == "In" then rng.Transparency = rng.Transparency - 0.01*bonuspeed end rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed/10, 0, scaler2*bonuspeed/10) end rng:Destroy() end)) end getclientproperty not working roblox How to get it? getclientproperty not working roblox function PixelBlock(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos) local type = type local rng = Instance.new("Part", char) rng.Anchored = true rng.BrickColor = color rng.CanCollide = false rng.FormFactor = 3 rng.Name = "Ring" rng.Material = "Neon" rng.Size = Vector3.new(1, 1, 1) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox rng.Transparency = 0 rng.TopSurface = 0 rng.BottomSurface = 0 rng.CFrame = pos rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos local rngm = Instance.new("SpecialMesh", rng) rngm.MeshType = "Brick" rngm.Scale = vt(x1,y1,z1) if rainbowmode == true then rng.Color = Color3.new(r/255,g/255,b/255) getclientproperty not working roblox PasteShr getclientproperty not working roblox end local scaler2 = 1 local speeder = FastSpeed/10 if type == "Add" then scaler2 = 1*value elseif type == "Divide" then scaler2 = 1/value end coroutine.resume(coroutine.create(function() for i = 0,10/bonuspeed,0.1 do getclientproperty not working roblox PasteShr getclientproperty not working roblox swait() if rainbowmode == true then rng.Color = Color3.new(r/255,g/255,b/255) end if type == "Add" then scaler2 = scaler2 - 0.01*value/bonuspeed elseif type == "Divide" then scaler2 = scaler2 - 0.01/value*bonuspeed end if chaosmode == true then getclientproperty not working roblox How to get it for free? getclientproperty not working roblox rng.BrickColor = BrickColor.random() end if PERM == true then rng.Color = Color3.new(math.random(),math.random(),0) end if TROL == true then rng.Color = Color3.new(math.random(),0,0) end speeder = speeder - 0.01*FastSpeed*bonuspeed/10 rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed getclientproperty not working roblox How to get it? getclientproperty not working roblox --rng.Transparency = rng.Transparency + 0.01*bonuspeed rngm.Scale = rngm.Scale - Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, scaler2*bonuspeed) end rng:Destroy() end)) end function PixelBlockX(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos) local type = type local rng = Instance.new("Part", char) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox rng.Anchored = true rng.BrickColor = color rng.CanCollide = false rng.FormFactor = 3 rng.Name = "Ring" rng.Material = "Neon" rng.Size = Vector3.new(1, 1, 1) rng.Transparency = 0 rng.TopSurface = 0 rng.BottomSurface = 0 getclientproperty not working roblox How to get it? getclientproperty not working roblox rng.CFrame = pos rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos local rngm = Instance.new("SpecialMesh", rng) rngm.MeshType = "Brick" rngm.Scale = vt(x1,y1,z1) if rainbowmode == true then rng.Color = Color3.new(r/255,g/255,b/255) end local scaler2 = 1 local speeder = FastSpeed/10 getclientproperty not working roblox How to dowload it? getclientproperty not working roblox if type == "Add" then scaler2 = 1*value elseif type == "Divide" then scaler2 = 1/value end coroutine.resume(coroutine.create(function() for i = 0,10/bonuspeed,0.1 do swait() if rainbowmode == true then rng.Color = Color3.new(r/255,g/255,b/255) getclientproperty not working roblox How to get it? getclientproperty not working roblox end if type == "Add" then scaler2 = scaler2 - 0.01*value/bonuspeed elseif type == "Divide" then scaler2 = scaler2 - 0.01/value*bonuspeed end if chaosmode == true then rng.BrickColor = BrickColor.random() end if PERM == true then getclientproperty not working roblox How to get it for free? getclientproperty not working roblox rng.Color = Color3.new(math.random(),math.random(),0) end if TROL == true then rng.Color = Color3.new(math.random(),0,0) end speeder = speeder - 0.01*FastSpeed*bonuspeed/10 rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed rng.Transparency = rng.Transparency + 0.01*bonuspeed rngm.Scale = rngm.Scale - Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, scaler2*bonuspeed) end getclientproperty not working roblox How to get it? getclientproperty not working roblox rng:Destroy() end)) end function PixelBlockNeg(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos) local type = type local rng = Instance.new("Part", char) rng.Anchored = true rng.BrickColor = color rng.CanCollide = false getclientproperty not working roblox How to use it? getclientproperty not working roblox rng.FormFactor = 3 rng.Name = "Ring" rng.Material = "Neon" rng.Size = Vector3.new(1, 1, 1) rng.Transparency = 0 rng.TopSurface = 0 rng.BottomSurface = 0 rng.CFrame = pos rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos local rngm = Instance.new("SpecialMesh", rng) getclientproperty not working roblox PasteShr getclientproperty not working roblox rngm.MeshType = "Brick" rngm.Scale = vt(x1,y1,z1) if rainbowmode == true then rng.Color = Color3.new(r/255,g/255,b/255) end local scaler2 = 0 local speeder = FastSpeed/10 if type == "Add" then scaler2 = 1*value elseif type == "Divide" then getclientproperty not working roblox PasteShr getclientproperty not working roblox scaler2 = 1/value end coroutine.resume(coroutine.create(function() for i = 0,10/bonuspeed,0.1 do swait() if rainbowmode == true then rng.Color = Color3.new(r/255,g/255,b/255) end if type == "Add" then scaler2 = scaler2 - 0.01*value/bonuspeed getclientproperty not working roblox How to get it for free? getclientproperty not working roblox elseif type == "Divide" then scaler2 = scaler2 - 0.01/value*bonuspeed end if chaosmode == true then rng.BrickColor = BrickColor.random() end if PERM == true then rng.Color = Color3.new(math.random(),math.random(),0) end if TROL == true then getclientproperty not working roblox How to dowload it? getclientproperty not working roblox rng.Color = Color3.new(math.random(),0,0) end speeder = speeder + 0.01*FastSpeed*bonuspeed/10 rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed --rng.Transparency = rng.Transparency + 0.01*bonuspeed rngm.Scale = rngm.Scale - Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, scaler2*bonuspeed) end rng:Destroy() end)) end getclientproperty not working roblox How to get it? getclientproperty not working roblox function waveEff(bonuspeed,type,typeoftrans,pos,scale,value,value2,color) local type = type local rng = Instance.new("Part", char) rng.Anchored = true rng.Color = color rng.CanCollide = false rng.FormFactor = 3 rng.Name = "Ring" rng.Material = "Neon" getclientproperty not working roblox How to get it? getclientproperty not working roblox rng.Size = Vector3.new(1, 1, 1) rng.Transparency = 0 if typeoftrans == "In" then rng.Transparency = 1 end rng.TopSurface = 0 rng.BottomSurface = 0 rng.CFrame = pos local rngm = Instance.new("SpecialMesh", rng) rngm.MeshType = "FileMesh" getclientproperty not working roblox How to get it? getclientproperty not working roblox rngm.MeshId = "rbxassetid://20329976" rngm.Scale = scale local scaler2 = 1 local scaler2b = 1 if type == "Add" then scaler2 = 1*value scaler2b = 1*value2 elseif type == "Divide" then scaler2 = 1/value scaler2b = 1/value2 getclientproperty not working roblox How to get it? getclientproperty not working roblox end local randomrot = math.random(1,2) coroutine.resume(coroutine.create(function() for i = 0,10/bonuspeed,0.1 do swait() if type == "Add" then scaler2 = scaler2 - 0.01*value/bonuspeed scaler2b = scaler2b - 0.01*value/bonuspeed elseif type == "Divide" then scaler2 = scaler2 - 0.01/value*bonuspeed getclientproperty not working roblox How to get it? getclientproperty not working roblox scaler2b = scaler2b - 0.01/value*bonuspeed end if randomrot == 1 then rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(5*bonuspeed/2),0) elseif randomrot == 2 then rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(-5*bonuspeed/2),0) end if typeoftrans == "Out" then rng.Transparency = rng.Transparency + 0.01*bonuspeed elseif typeoftrans == "In" then getclientproperty not working roblox How to dowload it? getclientproperty not working roblox rng.Transparency = rng.Transparency - 0.01*bonuspeed end rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2b*bonuspeed, scaler2*bonuspeed) end rng:Destroy() end)) end function block(bonuspeed,type,pos,scale,value,value2,value3,color,color3) local type = type getclientproperty not working roblox How to use it? getclientproperty not working roblox local rng = Instance.new("Part", char) rng.Anchored = true rng.BrickColor = color rng.Color = color3 rng.CanCollide = false rng.FormFactor = 3 rng.Name = "Ring" rng.Material = "Neon" rng.Size = Vector3.new(1, 1, 1) rng.Transparency = 0 getclientproperty not working roblox How to get it? getclientproperty not working roblox rng.TopSurface = 0 rng.BottomSurface = 0 rng.CFrame = pos local rngm = Instance.new("SpecialMesh", rng) rngm.MeshType = "Brick" rngm.Scale = scale local scaler2 = 1 local scaler2b = 1 local scaler2c = 1 if type == "Add" then getclientproperty not working roblox PasteShr getclientproperty not working roblox scaler2 = 1*value scaler2b = 1*value2 scaler2c = 1*value3 elseif type == "Divide" then scaler2 = 1/value scaler2b = 1/value2 scaler2c = 1/value3 end coroutine.resume(coroutine.create(function() for i = 0,10/bonuspeed,0.1 do getclientproperty not working roblox How to dowload it? getclientproperty not working roblox swait() if type == "Add" then scaler2 = scaler2 - 0.01*value/bonuspeed scaler2b = scaler2b - 0.01*value/bonuspeed scaler2c = scaler2c - 0.01*value/bonuspeed elseif type == "Divide" then scaler2 = scaler2 - 0.01/value*bonuspeed scaler2b = scaler2b - 0.01/value*bonuspeed scaler2c = scaler2c - 0.01/value*bonuspeed end getclientproperty not working roblox How to use it? getclientproperty not working roblox rng.CFrame = rng.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))) rng.Transparency = rng.Transparency + 0.01*bonuspeed rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2b*bonuspeed, scaler2c*bonuspeed) end rng:Destroy() end)) end function sphereMK(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos) local type = type getclientproperty not working roblox How to use it? getclientproperty not working roblox local rng = Instance.new("Part", char) rng.Anchored = true rng.CanCollide = false rng.FormFactor = 3 rng.Name = "Ring" rng.Material = "Neon" rng.Color = color rng.Size = Vector3.new(1, 1, 1) rng.Transparency = 0 rng.TopSurface = 0 getclientproperty not working roblox PasteShr getclientproperty not working roblox rng.BottomSurface = 0 rng.CFrame = pos rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos local rngm = Instance.new("SpecialMesh", rng) rngm.MeshType = "Sphere" rngm.Scale = vt(x1,y1,z1) if rainbowmode == true then rng.Color = Color3.new(r/255,g/255,b/255) end local scaler2 = 1 getclientproperty not working roblox PasteShr getclientproperty not working roblox local speeder = FastSpeed if type == "Add" then scaler2 = 1*value elseif type == "Divide" then scaler2 = 1/value end coroutine.resume(coroutine.create(function() for i = 0,10/bonuspeed,0.1 do swait() if rainbowmode == true then getclientproperty not working roblox How to use it? getclientproperty not working roblox rng.Color = Color3.new(r/255,g/255,b/255) end if type == "Add" then scaler2 = scaler2 - 0.01*value/bonuspeed elseif type == "Divide" then scaler2 = scaler2 - 0.01/value*bonuspeed end if chaosmode == true then rng.BrickColor = BrickColor.random() end getclientproperty not working roblox How to use it? getclientproperty not working roblox if PERM == true then rng.Color = Color3.new(math.random(),math.random(),0) end if TROL == true then rng.Color = Color3.new(math.random(),0,0) end speeder = speeder - 0.01*FastSpeed*bonuspeed rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed rng.Transparency = rng.Transparency + 0.01*bonuspeed rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, 0) getclientproperty not working roblox PasteShr getclientproperty not working roblox end rng:Destroy() end)) end function sphereMKCharge(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos) local type = type local rng = Instance.new("Part", char) rng.Anchored = true getclientproperty not working roblox PasteShr getclientproperty not working roblox rng.Color = color rng.CanCollide = false rng.FormFactor = 3 rng.Name = "Ring" rng.Material = "Neon" rng.Size = Vector3.new(1, 1, 1) rng.Transparency = 1 rng.TopSurface = 0 rng.BottomSurface = 0 rng.CFrame = pos getclientproperty not working roblox How to use it? getclientproperty not working roblox rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos local rngm = Instance.new("SpecialMesh", rng) rngm.MeshType = "Sphere" rngm.Scale = vt(x1,y1,z1) if rainbowmode == true then rng.Color = Color3.new(r/255,g/255,b/255) end if ParaMode == 9 then coroutine.resume(coroutine.create(function() while true do getclientproperty not working roblox How to dowload it? getclientproperty not working roblox swait() if rng.Parent ~= nil then rng.Color = Color3.new(GetClientProperty(kan,'PlaybackLoudness')/1000,GetClientProperty(kan,'PlaybackLoudness')/1000,GetClientProperty(kan,'PlaybackLoudness')/1000) else break end end end)) end local scaler2 = 1 getclientproperty not working roblox How to dowload it? getclientproperty not working roblox local speeder = FastSpeed if type == "Add" then scaler2 = 1*value elseif type == "Divide" then scaler2 = 1/value end coroutine.resume(coroutine.create(function() for i = 0,10/bonuspeed,0.1 do swait() if rainbowmode == true then getclientproperty not working roblox How to dowload it? getclientproperty not working roblox rng.Color = Color3.new(r/255,g/255,b/255) end if type == "Add" then scaler2 = scaler2 - 0.01*value/bonuspeed elseif type == "Divide" then scaler2 = scaler2 - 0.01/value*bonuspeed end if chaosmode == true then rng.BrickColor = BrickColor.random() end getclientproperty not working roblox How to use it? getclientproperty not working roblox if PERM == true then rng.Color = Color3.new(math.random(),math.random(),0) end if TROL == true then rng.Color = Color3.new(math.random(),0,0) end speeder = speeder - 0.01*FastSpeed*bonuspeed rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed rng.Transparency = rng.Transparency - 0.01*bonuspeed rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, 0) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox end rng:Destroy() end)) end function dmg(dude) if dude.Name ~= Character then local bgf = Instance.new("BodyGyro",dude.Head) bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(-90),0,0) --[[local val = Instance.new("BoolValue",dude) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox val.Name = "IsHit"]]-- local ds = coroutine.wrap(function() dude:WaitForChild("Head"):BreakJoints() for i, v in pairs(dude:GetChildren()) do if v:IsA("Part") or v:IsA("MeshPart") then v.Name = "DEMINISHED" end end wait(0.5) targetted = nil getclientproperty not working roblox How to use it? getclientproperty not working roblox CFuncs["Sound"].Create("rbxassetid://62339698", char, 0.75, 0.285) coroutine.resume(coroutine.create(function() for i, v in pairs(dude:GetChildren()) do if v:IsA("Accessory") then v:Destroy() end if v:IsA("Humanoid") then v:Destroy() end if v:IsA("CharacterMesh") then getclientproperty not working roblox PasteShr getclientproperty not working roblox v:Destroy() end if v:IsA("Model") then v:Destroy() end if v:IsA("Part") or v:IsA("MeshPart") then for x, o in pairs(v:GetChildren()) do if o:IsA("Decal") then o:Destroy() end getclientproperty not working roblox How to get it? getclientproperty not working roblox end coroutine.resume(coroutine.create(function() v.Material = "Neon" v.CanCollide = false v.Anchored = false local bld = Instance.new("ParticleEmitter",v) bld.LightEmission = 0.75 bld.Texture = "rbxassetid://363275192" ---284205403 bld.Color = ColorSequence.new(MAINRUINCOLOR.Color) bld.Rate = 500 getclientproperty not working roblox PasteShr getclientproperty not working roblox bld.Lifetime = NumberRange.new(1) bld.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,2,0),NumberSequenceKeypoint.new(0.8,2.25,0),NumberSequenceKeypoint.new(1,0,0)}) bld.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(0.8,0.75,0),NumberSequenceKeypoint.new(1,1,0)}) bld.Speed = NumberRange.new(2,5) bld.VelocitySpread = 50000 bld.Rotation = NumberRange.new(-500,500) bld.RotSpeed = NumberRange.new(-500,500) local sbs = Instance.new("BodyPosition", v) sbs.P = 3000 sbs.D = 1000 getclientproperty not working roblox PasteShr getclientproperty not working roblox sbs.maxForce = Vector3.new(50000000000, 50000000000, 50000000000) sbs.position = v.Position + Vector3.new(math.random(-2,2),10 + math.random(-2,2),math.random(-2,2)) v.Color = MAINRUINCOLOR.Color coroutine.resume(coroutine.create(function() for i = 0, 49 do swait(1) v:BreakJoints() v.Transparency = v.Transparency + 0.02 end v:BreakJoints() getclientproperty not working roblox How to get it for free? getclientproperty not working roblox sphere2(1,"Add",v.CFrame,vt(0,0,0),0.1,0.1,0.1,MAINRUINCOLOR) CFuncs["Sound"].Create("rbxassetid://1192402877", v, 0.5, 0.75) bld.Speed = NumberRange.new(10,25) bld.Drag = 5 bld.Acceleration = vt(0,2,0) wait(0.5) bld.Enabled = false wait(8) v:Destroy() dude:Destroy() getclientproperty not working roblox How to get it for free? getclientproperty not working roblox end)) end)) end end end)) end) ds() end end getclientproperty not working roblox How to use it? getclientproperty not working roblox function FindNearestHead(Position, Distance, SinglePlayer) if SinglePlayer then return (SinglePlayer.Torso.CFrame.p - Position).magnitude < Distance end local List = {} for i, v in pairs(workspace:GetChildren()) do if v:IsA("Model") then if v:findFirstChild("Head") then if v ~= Character then getclientproperty not working roblox How to get it for free? getclientproperty not working roblox if (v.Head.Position - Position).magnitude <= Distance then table.insert(List, v) end end end end end return List end getclientproperty not working roblox PasteShr getclientproperty not working roblox function FaceMouse() Cam = workspace.CurrentCamera return { CFrame.new(char.Torso.Position, Vector3.new(mouse.Hit.p.x, char.Torso.Position.y, mouse.Hit.p.z)), Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z) } end function FaceMouse2() Cam = workspace.CurrentCamera getclientproperty not working roblox How to get it for free? getclientproperty not working roblox return { CFrame.new(char.Torso.Position, Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z)), Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z) } end local ParaMode = 1 local storehumanoidWS = 50 hum.WalkSpeed = 50 getclientproperty not working roblox How to get it for free? getclientproperty not working roblox -- Functions are ready. function Blink() for i = 0, 14 do PixelBlock(3,math.random(4,8),"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),3,3,3,0.03,MAINRUINCOLOR,0) end sphere(10,"Add",root.CFrame,vt(0,0,0),1,MAINRUINCOLOR.Color) CFuncs["Sound"].Create("rbxassetid://1177785010", root, 10,1) RootPart.CFrame = mouse.Hit *CFrame.new(0,2,0) CameraEnshaking(2,10) getclientproperty not working roblox How to get it? getclientproperty not working roblox for i, v in pairs(FindNearestHead(Torso.CFrame.p, 20)) do if v:FindFirstChild('Head') then dmg(v) end end for i = 0, 14 do PixelBlock(3,math.random(4,8),"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),3,3,3,0.03,MAINRUINCOLOR,0) end sphere(10,"Add",root.CFrame,vt(0,0,0),1,MAINRUINCOLOR.Color) end getclientproperty not working roblox How to get it for free? getclientproperty not working roblox function PureBomb() attack = true hum.WalkSpeed = 0 local orb = Instance.new("Part", char) orb.Anchored = true orb.BrickColor = BrickColor.new("Toothpaste") orb.CanCollide = false getclientproperty not working roblox How to use it? getclientproperty not working roblox orb.FormFactor = 3 orb.Name = "Ring" orb.Material = "Neon" orb.Size = Vector3.new(1, 1, 1) orb.Transparency = 0 orb.TopSurface = 0 orb.BottomSurface = 0 local orbm = Instance.new("SpecialMesh", orb) orbm.MeshType = "Sphere" orbm.Name = "SizeMesh" getclientproperty not working roblox How to get it? getclientproperty not working roblox orbm.Scale = vt(0,0,0) local scaled = 0.1 local posid = 0 CFuncs["Sound"].Create("rbxassetid://136007472", orb, 1,1) for i = 0, 5, 0.1 do swait() scaled = scaled - 0.001 posid = posid - scaled orb.CFrame = rarm.CFrame*CFrame.new(0,-0.1+posid/1.05,0) local scaled = 0.1 getclientproperty not working roblox How to use it? getclientproperty not working roblox orbm.Scale = orbm.Scale + vt(scaled,scaled,scaled) sphereMKCharge(5,-0.25,"Add",orb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),0.5,0.5,5,-0.005,BrickColor.new("Toothpaste").Color,10) PixelBlockNeg(2,1,"Add",orb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1,1,1,0.01,BrickColor.new("Toothpaste").Color,0) RH.C0=clerp(RH.C0,cf(1,-1 - 0.1 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(-2 - 1 * math.cos(sine / 32))),.1) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.1 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3 + 1 * math.cos(sine / 32)),math.rad(0),math.rad(-10)),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.1 * math.cos(sine / 32))*angles(math.rad(0),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.1) RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(180),math.rad(20),math.rad(0)),.1) LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(-30 + 5 * math.cos(sine / 30)),math.rad(-20)),.1) end getclientproperty not working roblox How to dowload it? getclientproperty not working roblox for i = 0, 2, 0.1 do swait() orb.CFrame = rarm.CFrame*CFrame.new(0,-0.1+posid/1.05,0) RH.C0=clerp(RH.C0,cf(1,-1 - 0.1 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(-2 - 1 * math.cos(sine / 32))),.4) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.1 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3 + 1 * math.cos(sine / 32)),math.rad(0),math.rad(-10)),.4) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.1 * math.cos(sine / 32))*angles(math.rad(0),math.rad(0),math.rad(-50)),.4) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(20)),.4) RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(220),math.rad(20),math.rad(0)),.4) LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(-30 + 5 * math.cos(sine / 30)),math.rad(-20)),.4) end getclientproperty not working roblox PasteShr getclientproperty not working roblox coroutine.resume(coroutine.create(function() orb.Anchored = false CFuncs["Sound"].Create("rbxassetid://260433768", root, 1.25,1) local a = Instance.new("Part",workspace) a.Name = "Direction" a.Anchored = true a.BrickColor = bc("Bright red") a.Material = "Neon" a.Transparency = 1 a.CanCollide = false getclientproperty not working roblox PasteShr getclientproperty not working roblox local ray = Ray.new( orb.CFrame.p, -- origin (mouse.Hit.p - orb.CFrame.p).unit * 500 -- direction ) local ignore = orb local hit, position, normal = workspace:FindPartOnRay(ray, ignore) a.BottomSurface = 10 a.TopSurface = 10 local distance = (orb.CFrame.p - position).magnitude a.Size = Vector3.new(0.1, 0.1, 0.1) getclientproperty not working roblox PasteShr getclientproperty not working roblox a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, 0) orb.CFrame = a.CFrame a:Destroy() local bv = Instance.new("BodyVelocity") bv.maxForce = Vector3.new(1e9, 1e9, 1e9) bv.velocity = orb.CFrame.lookVector*125 bv.Parent = orb local hitted = false game:GetService("Debris"):AddItem(orb, 15) wait() getclientproperty not working roblox PasteShr getclientproperty not working roblox local hit =orb.Touched:connect(function(hit) if hitted == false then hitted = true CameraEnshaking(10,2.5) CFuncs["Sound"].Create("rbxassetid://151304356", orb, 5,1) MagniDamage(orb, 65, 65,90, 0, "Normal") sphere(1,"Add",orb.CFrame,vt(orbm.Scale.x,orbm.Scale.y,orbm.Scale.z),1,BrickColor.new("Toothpaste")) sphere(2,"Add",orb.CFrame,vt(orbm.Scale.x,orbm.Scale.y,orbm.Scale.z),2,BrickColor.new("Toothpaste")) for i = 0, 49 do PixelBlock(1,math.random(1,30),"Add",orb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),4,4,4,0.08,BrickColor.new("Navy blue"),0) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox end for i = 0, 9 do sphereMK(1,2.5,"Add",orb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),5,5,50,-0.05,BrickColor.new("Navy blue").Color,0) sphereMK(2,5,"Add",orb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),5,5,50,-0.05,BrickColor.new("Navy blue").Color,0) end orb.Anchored = true orb.Transparency = 1 wait(8) orb:Destroy() end getclientproperty not working roblox How to get it? getclientproperty not working roblox end) end)) for i = 0, 1, 0.1 do swait() RH.C0=clerp(RH.C0,cf(1,-1 - 0.1 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(-2 - 1 * math.cos(sine / 32))),.4) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.1 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3 + 1 * math.cos(sine / 32)),math.rad(0),math.rad(-10)),.4) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.1 * math.cos(sine / 32))*angles(math.rad(0),math.rad(0),math.rad(50)),.4) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-50)),.4) RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(60),math.rad(20),math.rad(50)),.4) LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(-30 + 5 * math.cos(sine / 30)),math.rad(-20)),.4) getclientproperty not working roblox How to use it? getclientproperty not working roblox end hum.WalkSpeed = storehumanoidWS attack = false end function ChaosGroundStrike() attack = true for i = 0, 2, 0.1 do getclientproperty not working roblox How to use it? getclientproperty not working roblox swait() RH.C0=clerp(RH.C0,cf(1,-0.25,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(20)),.2) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(20)),.2) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.2) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-20),math.rad(0),math.rad(0)),.2) RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(140),math.rad(0),math.rad(-20)),.2) LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(140),math.rad(0),math.rad(20)),.2) end CFuncs["Sound"].Create("rbxassetid://438666141", root, 7.5,1) CFuncs["Sound"].Create("rbxassetid://1208650519", root, 7.5, 1) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox CameraEnshaking(4,12) for i, v in pairs(FindNearestHead(Torso.CFrame.p, 52.5)) do if v:FindFirstChild('Head') then dmg(v) end end sphere(5,"Add",root.CFrame*CFrame.new(0,-2.9,0),vt(0,0,0),1,BrickColor.random()) sphere(10,"Add",root.CFrame*CFrame.new(0,-2.9,0),vt(0,0,0),2,BrickColor.random()) sphere(1,"Add",root.CFrame*CFrame.new(0,-2.9,0),vt(100,0.1,100),0.01,BrickColor.random()) for i = 0, 2, 0.1 do getclientproperty not working roblox How to dowload it? getclientproperty not working roblox swait() sphereMK(2.5,0.75,"Add",root.CFrame*CFrame.new(math.random(-52.5,52.5),-5,math.random(-52.5,52.5))*CFrame.Angles(math.rad(90 + math.rad(math.random(-45,45))),math.rad(math.random(-45,45)),math.rad(math.random(-45,45))),2.5,2.5,25,-0.025,BrickColor.random().Color,0) sphereMK(2.5,0.75,"Add",root.CFrame*CFrame.new(math.random(-52.5,52.5),-5,math.random(-52.5,52.5))*CFrame.Angles(math.rad(90 + math.rad(math.random(-45,45))),math.rad(math.random(-45,45)),math.rad(math.random(-45,45))),2.5,2.5,25,-0.025,BrickColor.random().Color,0) RH.C0=clerp(RH.C0,cf(1,-1,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(10)),.4) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(10)),.4) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),.4) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(0)),.4) RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-50),math.rad(0),math.rad(30)),.4) LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-50),math.rad(0),math.rad(-30)),.4) end getclientproperty not working roblox PasteShr getclientproperty not working roblox attack = false end function Starfall() attack = true hum.WalkSpeed = 0 CFuncs["Sound"].Create("rbxassetid://136007472", root, 5, 1) for i = 0, 5, 0.1 do getclientproperty not working roblox How to dowload it? getclientproperty not working roblox swait() PixelBlockNeg(1,math.random(1,2),"Add",sorb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1,1,1,0.02,MAINRUINCOLOR,0) PixelBlockNeg(1,math.random(1,2),"Add",sorb2.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1,1,1,0.02,MAINRUINCOLOR,0) RH.C0=clerp(RH.C0,cf(1,-0.25,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(-10)),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(10)),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,1.5 + 0.1 * math.cos(sine / 28))*angles(math.rad(-5 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.1) RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(130),math.rad(0),math.rad(70 + 2.5 * math.cos(sine / 28))),.1) LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(130),math.rad(0),math.rad(-70 - 2.5 * math.cos(sine / 28))),.1) end getclientproperty not working roblox How to get it? getclientproperty not working roblox local Overed = false CameraEnshaking(2,20) sphere(1.5,"Add",sorb.CFrame,vt(0,0,0),0.25,MAINRUINCOLOR) sphere(1.5,"Add",sorb2.CFrame,vt(0,0,0),0.25,MAINRUINCOLOR) sphere(5,"Add",root.CFrame,vt(0,0,0),12.5,MAINRUINCOLOR) CFuncs["Sound"].Create("rbxassetid://1177785010", char, 1, 1) local orb = Instance.new("Part", char) orb.Anchored = true orb.BrickColor = BrickColor.new("Toothpaste") orb.CanCollide = false getclientproperty not working roblox How to dowload it? getclientproperty not working roblox orb.FormFactor = 3 orb.Name = "Remenant" orb.Material = "Neon" orb.CFrame = root.CFrame*CFrame.new(0,150,0) orb.Size = Vector3.new(1, 1, 1) orb.Transparency = 1 orb.TopSurface = 0 orb.BottomSurface = 0 hum.WalkSpeed = storehumanoidWS coroutine.resume(coroutine.create(function() getclientproperty not working roblox How to use it? getclientproperty not working roblox for i = 0, 9 do swait(10) local lb = Instance.new("Part") lb.Color = MAINRUINCOLOR.Color lb.CanCollide = false lb.Material = "Neon" lb.Anchored = true lb.TopSurface = 0 lb.BottomSurface = 0 lb.Transparency = 0 getclientproperty not working roblox PasteShr getclientproperty not working roblox lb.Size = vt(1,1,1) lb.CFrame = orb.CFrame*CFrame.new(math.random(-150,150),0,math.random(-150,150))*CFrame.Angles(math.rad(-90 + math.random(-15,15)),0,math.rad(math.random(-15,15))) lb.Anchored = false lb.Parent = char local thingery = Instance.new("SpecialMesh",lb) thingery.MeshType = "Sphere" thingery.Scale = vt(20,20,20) game:GetService("Debris"):AddItem(lb, 10) local bv = Instance.new("BodyVelocity") bv.maxForce = Vector3.new(1e9, 1e9, 1e9) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox bv.velocity = lb.CFrame.lookVector*math.random(75,250) bv.Parent = lb sphere(2.5,"Add",lb.CFrame,vt(50,50,0),0.25,MAINRUINCOLOR) sphere(5,"Add",lb.CFrame,vt(50,50,0),0.5,MAINRUINCOLOR) CFuncs["Sound"].Create("rbxassetid://633627961",lb, 5, 1) CFuncs["Sound"].Create("rbxassetid://1002081188", lb, 5, 1) CFuncs["Sound"].Create("rbxassetid://741272936", lb, 5, 1) CFuncs["Sound"].Create("rbxassetid://1192402877", lb, 5, 1) local hitted = false coroutine.resume(coroutine.create(function() getclientproperty not working roblox PasteShr getclientproperty not working roblox while true do swait(1) if lb.Parent ~= nil and hitted == false then PixelBlockNeg(5,math.random(1,2),"Add",lb.CFrame*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),10,10,10,0.1,MAINRUINCOLOR,-2) elseif lb.Parent == nil then break end end end)) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox game:GetService("Debris"):AddItem(a, 0.1) coroutine.resume(coroutine.create(function() swait(1) lb.Touched:connect(function(hit) if hitted == false then hitted = true lb.Transparency = 1 lb.Anchored = true CFuncs["Sound"].Create("rbxassetid://1177785010", lb, 5, 1) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox CFuncs["Sound"].Create("rbxassetid://192410089", lb, 5, 0.7) CFuncs["Sound"].Create("rbxassetid://579687077", lb, 2.5, 0.75) CFuncs["Sound"].Create("rbxassetid://1060191237", lb, 3, 0.75) CFuncs["Sound"].Create("rbxassetid://164881112", lb, 5, 1) CFuncs["Sound"].Create("rbxassetid://429123896", lb, 3.5, 0.85) MagniDamage(lb, 45, 45,85, 0, "Normal") CameraEnshaking(1,5) sphere(8,"Add",lb.CFrame,vt(20,20,20),1,MAINRUINCOLOR) sphere(16,"Add",lb.CFrame,vt(20,20,20),2,MAINRUINCOLOR) for i = 0, 9 do getclientproperty not working roblox PasteShr getclientproperty not working roblox sphereMK(1,math.random(1,3),"Add",lb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),5,5,50,-0.1,MAINRUINCOLOR.Color,0) end for i = 0, 49 do swait() MagniDamage(lb, 30, 2,4, 0, "Normal") PixelBlock(4,math.random(1,30),"Add",lb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),16,16,16,0.16,MAINRUINCOLOR,0) end end end) end)) getclientproperty not working roblox How to use it? getclientproperty not working roblox end Overed = true orb:Destroy() end)) attack = false end function StarfallEX() attack = true getclientproperty not working roblox PasteShr getclientproperty not working roblox hum.WalkSpeed = 0 CFuncs["Sound"].Create("rbxassetid://136007472", root, 5, 0.7) for i = 0, 10, 0.1 do swait() PixelBlockNeg(1,math.random(1,2),"Add",sorb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1,1,1,0.02,MAINRUINCOLOR,0) PixelBlockNeg(1,math.random(1,2),"Add",sorb2.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1,1,1,0.02,MAINRUINCOLOR,0) RH.C0=clerp(RH.C0,cf(1,-0.25,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(-10)),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(10)),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,1.5 + 0.1 * math.cos(sine / 28))*angles(math.rad(-5 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.1) getclientproperty not working roblox How to use it? getclientproperty not working roblox RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(130),math.rad(0),math.rad(70 + 2.5 * math.cos(sine / 28))),.1) LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(130),math.rad(0),math.rad(-70 - 2.5 * math.cos(sine / 28))),.1) end local Overed = false CameraEnshaking(2,20) sphere(1.5,"Add",sorb.CFrame,vt(0,0,0),0.5,MAINRUINCOLOR) sphere(1.5,"Add",sorb2.CFrame,vt(0,0,0),0.5,MAINRUINCOLOR) sphere(5,"Add",root.CFrame,vt(0,0,0),2.5,MAINRUINCOLOR) CFuncs["Sound"].Create("rbxassetid://1177785010", char, 1, 0.9) local orb = Instance.new("Part", char) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox orb.Anchored = true orb.BrickColor = BrickColor.new("Toothpaste") orb.CanCollide = false orb.FormFactor = 3 orb.Name = "Remenant" orb.Material = "Neon" orb.CFrame = root.CFrame*CFrame.new(0,250,0) orb.Size = Vector3.new(1, 1, 1) orb.Transparency = 1 orb.TopSurface = 0 getclientproperty not working roblox How to dowload it? getclientproperty not working roblox orb.BottomSurface = 0 hum.WalkSpeed = storehumanoidWS coroutine.resume(coroutine.create(function() for i = 0, 4 do swait(15) local lb = Instance.new("Part") lb.Color = MAINRUINCOLOR.Color lb.CanCollide = false lb.Material = "Neon" lb.Anchored = true getclientproperty not working roblox How to dowload it? getclientproperty not working roblox lb.TopSurface = 0 lb.BottomSurface = 0 lb.Transparency = 0 lb.Size = vt(1,1,1) lb.CFrame = orb.CFrame*CFrame.new(math.random(-150,150),0,math.random(-150,150))*CFrame.Angles(math.rad(-90 + math.random(-15,15)),0,math.rad(math.random(-15,15))) lb.Anchored = false lb.Parent = char local thingery = Instance.new("SpecialMesh",lb) thingery.MeshType = "Sphere" thingery.Scale = vt(50,50,50) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox game:GetService("Debris"):AddItem(lb, 10) local bv = Instance.new("BodyVelocity") bv.maxForce = Vector3.new(1e9, 1e9, 1e9) bv.velocity = lb.CFrame.lookVector*math.random(50,420) bv.Parent = lb sphere(2.5,"Add",lb.CFrame,vt(100,100,0),0.25,MAINRUINCOLOR) sphere(5,"Add",lb.CFrame,vt(100,100,0),0.5,MAINRUINCOLOR) CFuncs["Sound"].Create("rbxassetid://633627961",lb, 5, 0.9) CFuncs["Sound"].Create("rbxassetid://1002081188", lb, 5, 0.9) CFuncs["Sound"].Create("rbxassetid://741272936", lb, 5, 0.9) getclientproperty not working roblox How to use it? getclientproperty not working roblox CFuncs["Sound"].Create("rbxassetid://1192402877", lb, 5, 0.9) local hitted = false coroutine.resume(coroutine.create(function() while true do swait(1) if lb.Parent ~= nil and hitted == false then PixelBlockNeg(5,math.random(1,2),"Add",lb.CFrame*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),25,25,25,0.25,MAINRUINCOLOR,-2) elseif lb.Parent == nil then break end getclientproperty not working roblox How to get it? getclientproperty not working roblox end end)) game:GetService("Debris"):AddItem(a, 0.1) coroutine.resume(coroutine.create(function() swait(1) lb.Touched:connect(function(hit) if hitted == false then hitted = true getclientproperty not working roblox PasteShr getclientproperty not working roblox lb.Transparency = 1 lb.Anchored = true CFuncs["Sound"].Create("rbxassetid://1177785010", lb, 5, 0.9) CFuncs["Sound"].Create("rbxassetid://192410089", lb, 5, 0.6) CFuncs["Sound"].Create("rbxassetid://579687077", lb, 2.5, 0.65) CFuncs["Sound"].Create("rbxassetid://1060191237", lb, 3, 0.65) CFuncs["Sound"].Create("rbxassetid://164881112", lb, 5, 0.9) CFuncs["Sound"].Create("rbxassetid://429123896", lb, 3.5, 0.75) MagniDamage(lb, 50, 60,99, 0, "Normal") CameraEnshaking(1,5) getclientproperty not working roblox How to get it? getclientproperty not working roblox sphere(4,"Add",lb.CFrame,vt(50,50,50),2,MAINRUINCOLOR) sphere(8,"Add",lb.CFrame,vt(50,50,50),4,MAINRUINCOLOR) for i = 0, 9 do sphereMK(1,math.random(1,3),"Add",lb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),5,5,100,-0.1,MAINRUINCOLOR.Color,0) end for i = 0, 99 do swait() MagniDamage(lb, 30, 6,18, 0, "Normal") PixelBlock(4,math.random(1,30),"Add",lb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),32,32,32,0.32,MAINRUINCOLOR,0) end getclientproperty not working roblox How to get it for free? getclientproperty not working roblox end end) end)) end Overed = true orb:Destroy() end)) attack = false end getclientproperty not working roblox PasteShr getclientproperty not working roblox function DivineBlast() attack = true chatmsg("Justice Beam!!",MAINRUINCOLOR.Color,0.7) hum.WalkSpeed = 0 local elocacenter = CreateParta(sorb,1,1,"Neon",BrickColor.random()) elocacenter.Anchored = true elocacenter.CFrame = sorb.CFrame local eloca1 = CreateParta(elocacenter,1,1,"Neon",BrickColor.random()) eloca1.Anchored = true getclientproperty not working roblox How to get it? getclientproperty not working roblox eloca1.CFrame = elocacenter.CFrame local eloca2 = CreateParta(elocacenter,1,1,"Neon",BrickColor.random()) eloca2.Anchored = true eloca2.CFrame = elocacenter.CFrame local eloca3 = CreateParta(elocacenter,1,1,"Neon",BrickColor.random()) eloca3.Anchored = true eloca3.CFrame = elocacenter.CFrame local eloca4 = CreateParta(elocacenter,1,1,"Neon",BrickColor.random()) eloca4.Anchored = true eloca4.CFrame = elocacenter.CFrame getclientproperty not working roblox How to dowload it? getclientproperty not working roblox local lookavec = 0 local speeds = 0 CFuncs["Sound"].Create("rbxassetid://1192402877", sorb, 1.5, 1) for i = 0, 3, 0.1 do swait() --- lookavec = lookavec + 0.1 speeds = speeds + 10 elocacenter.CFrame = sorb.CFrame*CFrame.Angles(0,math.rad(speeds),0) eloca1.CFrame = elocacenter.CFrame*CFrame.new(lookavec,0,0) getclientproperty not working roblox How to use it? getclientproperty not working roblox PixelBlockNeg(2,0.1,"Add",eloca1.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.5,0.5,0.5,0.005,MAINRUINCOLOR,-2) eloca2.CFrame = elocacenter.CFrame*CFrame.new(-lookavec,0,0) PixelBlockNeg(2,0.1,"Add",eloca2.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.5,0.5,0.5,0.005,MAINRUINCOLOR,-2) eloca3.CFrame = elocacenter.CFrame*CFrame.new(0,0,lookavec) PixelBlockNeg(2,0.1,"Add",eloca3.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.5,0.5,0.5,0.005,MAINRUINCOLOR,-2) eloca4.CFrame = elocacenter.CFrame*CFrame.new(0,0,-lookavec) PixelBlockNeg(2,0.1,"Add",eloca4.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.5,0.5,0.5,0.005,MAINRUINCOLOR,-2) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox --- root.CFrame = FaceMouse()[1] RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0.1 + 0.05 * math.cos(sine / 28))*angles(math.rad(0 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5 - 2.5 * math.cos(sine / 28)),math.rad(0),math.rad(0)),.1) RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.1) LW.C0=clerp(LW.C0,cf(-1,0.5 + 0.1 * math.cos(sine / 28),0.45)*angles(math.rad(-30),math.rad(0),math.rad(30)),.1) end for i = 0, 3, 0.1 do getclientproperty not working roblox PasteShr getclientproperty not working roblox swait() --- speeds = speeds + 10 elocacenter.CFrame = sorb.CFrame*CFrame.Angles(0,math.rad(speeds),0) eloca1.CFrame = elocacenter.CFrame*CFrame.new(lookavec,0,0) PixelBlockNeg(2,0.1,"Add",eloca1.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.5,0.5,0.5,0.005,MAINRUINCOLOR,-2) eloca2.CFrame = elocacenter.CFrame*CFrame.new(-lookavec,0,0) PixelBlockNeg(2,0.1,"Add",eloca2.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.5,0.5,0.5,0.005,MAINRUINCOLOR,-2) getclientproperty not working roblox How to use it? getclientproperty not working roblox eloca3.CFrame = elocacenter.CFrame*CFrame.new(0,0,lookavec) PixelBlockNeg(2,0.1,"Add",eloca3.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.5,0.5,0.5,0.005,MAINRUINCOLOR,-2) eloca4.CFrame = elocacenter.CFrame*CFrame.new(0,0,-lookavec) PixelBlockNeg(2,0.1,"Add",eloca4.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.5,0.5,0.5,0.005,MAINRUINCOLOR,-2) --- root.CFrame = FaceMouse()[1] RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0.1 + 0.05 * math.cos(sine / 28))*angles(math.rad(0 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(0)),.1) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5 - 2.5 * math.cos(sine / 28)),math.rad(0),math.rad(0)),.1) RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.1) LW.C0=clerp(LW.C0,cf(-1,0.5 + 0.1 * math.cos(sine / 28),0.45)*angles(math.rad(-30),math.rad(0),math.rad(30)),.1) end CFuncs["Sound"].Create("rbxassetid://136007472", sorb, 1,1) CFuncs["Sound"].Create("rbxassetid://1436239652", char, 40,1) for i = 0, 3, 0.1 do swait() --- speeds = speeds + 10 getclientproperty not working roblox How to use it? getclientproperty not working roblox elocacenter.CFrame = sorb.CFrame*CFrame.Angles(0,math.rad(speeds),0) eloca1.CFrame = elocacenter.CFrame*CFrame.new(lookavec,0,0) PixelBlockNeg(2,0.1,"Add",eloca1.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.5,0.5,0.5,0.005,MAINRUINCOLOR,-2) eloca2.CFrame = elocacenter.CFrame*CFrame.new(-lookavec,0,0) PixelBlockNeg(2,0.1,"Add",eloca2.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.5,0.5,0.5,0.005,MAINRUINCOLOR,-2) eloca3.CFrame = elocacenter.CFrame*CFrame.new(0,0,lookavec) PixelBlockNeg(2,0.1,"Add",eloca3.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.5,0.5,0.5,0.005,MAINRUINCOLOR,-2) getclientproperty not working roblox PasteShr getclientproperty not working roblox eloca4.CFrame = elocacenter.CFrame*CFrame.new(0,0,-lookavec) PixelBlockNeg(2,0.1,"Add",eloca4.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.5,0.5,0.5,0.005,MAINRUINCOLOR,-2) --- root.CFrame = FaceMouse()[1] RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0.1 + 0.05 * math.cos(sine / 28))*angles(math.rad(0 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(40)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5 - 2.5 * math.cos(sine / 28)),math.rad(0),math.rad(-40)),.1) RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(90),math.rad(0),math.rad(40)),.1) LW.C0=clerp(LW.C0,cf(-1,0.5 + 0.1 * math.cos(sine / 28),0.45)*angles(math.rad(-30),math.rad(0),math.rad(30)),.1) getclientproperty not working roblox PasteShr getclientproperty not working roblox end coroutine.resume(coroutine.create(function() local a = Instance.new("Part",Character) a.Name = "Direction" a.Anchored = true a.BrickColor = bc("White") a.Material = "Neon" a.Transparency = 0 a.Shape = "Cylinder" a.CanCollide = false getclientproperty not working roblox PasteShr getclientproperty not working roblox local a2 = Instance.new("Part",Character) a2.Name = "Direction" a2.Anchored = true a2.BrickColor = bc("Bright yellow") a2.Material = "Neon" a2.Transparency = 0 a2.Shape = "Cylinder" a2.CanCollide = false local b = Instance.new("Part",Character) b.Name = "HitDirect" getclientproperty not working roblox How to get it for free? getclientproperty not working roblox b.Anchored = true b.BrickColor = bc("Cool yellow") b.Material = "Neon" b.Transparency = 1 b.CanCollide = false local ray = Ray.new( elocacenter.CFrame.p, -- origin (mouse.Hit.p - elocacenter.CFrame.p).unit * 1000 -- direction ) local ignore = Character getclientproperty not working roblox How to use it? getclientproperty not working roblox local hit, position, normal = workspace:FindPartOnRay(ray, ignore) a.BottomSurface = 10 a.TopSurface = 10 a2.BottomSurface = 10 a2.TopSurface = 10 local distance = (elocacenter.CFrame.p - position).magnitude a.Size = Vector3.new(distance, 1, 1) a.CFrame = CFrame.new(elocacenter.CFrame.p, position) * CFrame.new(0, 0, -distance/2) a2.Size = Vector3.new(distance, 1, 1) a2.CFrame = CFrame.new(elocacenter.CFrame.p, position) * CFrame.new(0, 0, -distance/2) getclientproperty not working roblox How to use it? getclientproperty not working roblox b.CFrame = CFrame.new(elocacenter.CFrame.p, position) * CFrame.new(0, 0, -distance) a.CFrame = a.CFrame*CFrame.Angles(0,math.rad(90),0) a2.CFrame = a2.CFrame*CFrame.Angles(0,math.rad(90),0) game:GetService("Debris"):AddItem(a, 10) game:GetService("Debris"):AddItem(a2, 10) game:GetService("Debris"):AddItem(b, 10) local eff = Instance.new("ParticleEmitter",b) eff.Texture = "rbxassetid://2273224484" eff.LightEmission = 1 eff.Color = ColorSequence.new(Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90))) getclientproperty not working roblox How to use it? getclientproperty not working roblox eff.Rate = 500000 eff.Lifetime = NumberRange.new(0.5,2) eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,20,0),NumberSequenceKeypoint.new(0.2,2,0),NumberSequenceKeypoint.new(0.8,2,0),NumberSequenceKeypoint.new(1,0,0)}) eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(0.1,0,0),NumberSequenceKeypoint.new(0.8,0,0),NumberSequenceKeypoint.new(1,1,0)}) eff.Speed = NumberRange.new(20,250) eff.Drag = 5 eff.Rotation = NumberRange.new(-500,500) eff.VelocitySpread = 9000 eff.RotSpeed = NumberRange.new(-50,50) coroutine.resume(coroutine.create(function() getclientproperty not working roblox PasteShr getclientproperty not working roblox wait(0.25) eff.Enabled = false end)) local msh = Instance.new("SpecialMesh",a) msh.MeshType = "Cylinder" msh.Scale = vt(1,2,2) local msh2 = Instance.new("SpecialMesh",a2) msh2.MeshType = "Cylinder" msh2.Scale = vt(1,2.5,2.5) CFuncs["Sound"].Create("rbxassetid://376970418", sorb, 2, 0.75) getclientproperty not working roblox PasteShr getclientproperty not working roblox coroutine.resume(coroutine.create(function() for i = 0,10,0.1 do swait() msh.Scale = msh.Scale + vt(0,0.05,0.05) a.Transparency = a.Transparency + 0.025 msh2.Scale = msh2.Scale + vt(0,0.25,0.25) a2.Transparency = a2.Transparency + 0.05 end a:Destroy() a2:Destroy() getclientproperty not working roblox How to get it? getclientproperty not working roblox end)) CFuncs["Sound"].Create("rbxassetid://1177785010", b, 3, 1) CFuncs["Sound"].Create("rbxassetid://192410089", b, 3, 0.7) CFuncs["Sound"].Create("rbxassetid://579687077", b, 0.5, 0.75) CFuncs["Sound"].Create("rbxassetid://1060191237", b, 1, 0.75) CFuncs["Sound"].Create("rbxassetid://164881112", b, 3, 1) CFuncs["Sound"].Create("rbxassetid://429123896", b, 1.5, 0.85) MagniDamage(b, 25, 40,65, 0, "Normal") for i = 0, 49 do PixelBlock(2,math.random(10,20),"Add",b.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),4,4,4,0.04,BrickColor.new("Bright yellow"),0) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox PixelBlock(1,math.random(1,10),"Add",b.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),4,4,4,0.08,BrickColor.new("Bright yellow"),0) end sphere(1,"Add",b.CFrame,vt(4,4,4),0.1,BrickColor.new("White")) sphere(1,"Add",b.CFrame,vt(5,5,5),0.25,BrickColor.new("Bright yellow")) sphere(1,"Add",b.CFrame,vt(5,5,5),0.5,BrickColor.new("Bright yellow")) sphere(2,"Add",b.CFrame,vt(5,5,5),0.5,BrickColor.new("Bright yellow")) sphere(3,"Add",b.CFrame,vt(5,5,5),0.5,BrickColor.new("Bright yellow")) sphere(4,"Add",b.CFrame,vt(5,5,5),0.5,BrickColor.new("Bright yellow")) end)) game:GetService("Debris"):AddItem(elocacenter, 5) getclientproperty not working roblox How to get it? getclientproperty not working roblox hum.WalkSpeed = storehumanoidWS attack = false end function StarDivision() attack = true CFuncs["Sound"].Create("rbxassetid://136007472", root, 2, 1.5) for i = 0, 2, 0.1 do swait() RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) getclientproperty not working roblox PasteShr getclientproperty not working roblox LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 28))*angles(math.rad(0 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5 - 2.5 * math.cos(sine / 28)),math.rad(0),math.rad(0)),.1) RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(90)), 0.6) LW.C0=clerp(LW.C0,cf(-1,0.5 + 0.1 * math.cos(sine / 28),0.45)*angles(math.rad(-30),math.rad(0),math.rad(30)),.1) end local orb = Instance.new("Part", char) orb.BrickColor = MAINRUINCOLOR orb.CanCollide = false orb.FormFactor = 3 getclientproperty not working roblox How to get it? getclientproperty not working roblox orb.Name = "Ring" orb.Material = "Neon" orb.Size = Vector3.new(1, 1, 1) orb.Transparency = 0 orb.TopSurface = 0 orb.BottomSurface = 0 local orbm = Instance.new("SpecialMesh", orb) orbm.MeshType = "Sphere" orbm.Name = "SizeMesh" orbm.Scale = vt(2,2,2) getclientproperty not working roblox How to use it? getclientproperty not working roblox local a = Instance.new("Part",workspace) a.Name = "Direction" a.Anchored = true a.BrickColor = bc("Bright red") a.Material = "Neon" a.Transparency = 1 a.CanCollide = false local ray = Ray.new( sorb.CFrame.p, -- origin (mouse.Hit.p - sorb.CFrame.p).unit * 500 -- direction getclientproperty not working roblox How to dowload it? getclientproperty not working roblox ) local ignore = sorb local hit, position, normal = workspace:FindPartOnRay(ray, ignore) a.BottomSurface = 10 a.TopSurface = 10 local distance = (sorb.CFrame.p - position).magnitude a.Size = Vector3.new(0.1, 0.1, 0.1) a.CFrame = CFrame.new(sorb.CFrame.p, position) * CFrame.new(0, 0, 0) orb.CFrame = a.CFrame a:Destroy() getclientproperty not working roblox PasteShr getclientproperty not working roblox local bv = Instance.new("BodyVelocity") bv.maxForce = Vector3.new(1e9, 1e9, 1e9) bv.velocity = orb.CFrame.lookVector*100 bv.Parent = orb local hitted = false game:GetService("Debris"):AddItem(orb, 10) CFuncs["Sound"].Create("rbxassetid://376970418",orb, 1.5, 1.15) CFuncs["Sound"].Create("rbxassetid://633627961",orb, 1, 1.15) CFuncs["Sound"].Create("rbxassetid://1002081188", orb, 1, 1.15) CFuncs["Sound"].Create("rbxassetid://741272936", orb, 1, 1.15) getclientproperty not working roblox How to get it? getclientproperty not working roblox CFuncs["Sound"].Create("rbxassetid://1192402877", orb, 1, 1.15) coroutine.resume(coroutine.create(function() while true do swait(1) if orb.Parent ~= nil and hitted == false then PixelBlockNeg(1,math.random(1,2),"Add",orb.CFrame*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),1,1,1,0.02,MAINRUINCOLOR,-2) elseif orb.Parent == nil then break end end getclientproperty not working roblox How to get it for free? getclientproperty not working roblox end)) coroutine.resume(coroutine.create(function() swait(1) orb.Touched:connect(function(hit) if hitted == false then hitted = true game:GetService("Debris"):AddItem(orb, 5) orb.Transparency = 1 orb.Anchored = true local elocacenter = CreateParta(m,1,1,"Neon",BrickColor.random()) getclientproperty not working roblox How to use it? getclientproperty not working roblox elocacenter.Anchored = true elocacenter.CFrame = orb.CFrame elocacenter.Orientation = vt(0,0,0) local eloca1 = CreateParta(m,1,1,"Neon",BrickColor.random()) eloca1.Anchored = true eloca1.CFrame = elocacenter.CFrame local eloca2 = CreateParta(m,1,1,"Neon",BrickColor.random()) eloca2.Anchored = true eloca2.CFrame = elocacenter.CFrame local eloca3 = CreateParta(m,1,1,"Neon",BrickColor.random()) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox eloca3.Anchored = true eloca3.CFrame = elocacenter.CFrame local eloca4 = CreateParta(m,1,1,"Neon",BrickColor.random()) eloca4.Anchored = true eloca4.CFrame = elocacenter.CFrame local lookavec = 0 local speeds = 0 CameraEnshaking(1,1) CFuncs["Sound"].Create("rbxassetid://419447292", elocacenter, 10,1) sphere(1,"Add",elocacenter.CFrame,vt(0,0,0),1,MAINRUINCOLOR) getclientproperty not working roblox How to use it? getclientproperty not working roblox sphere(2,"Add",elocacenter.CFrame,vt(0,0,0),1,MAINRUINCOLOR) sphere(3,"Add",elocacenter.CFrame,vt(0,0,0),1,MAINRUINCOLOR) sphere(4,"Add",elocacenter.CFrame,vt(0,0,0),1,MAINRUINCOLOR) sphere(5,"Add",elocacenter.CFrame,vt(0,0,0),1,MAINRUINCOLOR) for i = 0, 99 do swait() lookavec = lookavec + 1 speeds = speeds + 0.1 elocacenter.CFrame = elocacenter.CFrame*CFrame.Angles(0,math.rad(speeds),0) eloca1.CFrame = elocacenter.CFrame*CFrame.new(lookavec,0,0) getclientproperty not working roblox PasteShr getclientproperty not working roblox PixelBlockNeg(2,math.random(1,2),"Add",eloca1.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) eloca2.CFrame = elocacenter.CFrame*CFrame.new(-lookavec,0,0) PixelBlockNeg(2,math.random(1,2),"Add",eloca2.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) eloca3.CFrame = elocacenter.CFrame*CFrame.new(0,0,lookavec) PixelBlockNeg(2,math.random(1,2),"Add",eloca3.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) eloca4.CFrame = elocacenter.CFrame*CFrame.new(0,0,-lookavec) PixelBlockNeg(2,math.random(1,2),"Add",eloca4.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) getclientproperty not working roblox PasteShr getclientproperty not working roblox end for i = 0, 149 do swait() speeds = speeds + 0.1 elocacenter.CFrame = elocacenter.CFrame*CFrame.Angles(0,math.rad(speeds),0) eloca1.CFrame = elocacenter.CFrame*CFrame.new(lookavec,0,0) PixelBlockNeg(2,math.random(1,2),"Add",eloca1.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) eloca2.CFrame = elocacenter.CFrame*CFrame.new(-lookavec,0,0) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox PixelBlockNeg(2,math.random(1,2),"Add",eloca2.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) eloca3.CFrame = elocacenter.CFrame*CFrame.new(0,0,lookavec) PixelBlockNeg(2,math.random(1,2),"Add",eloca3.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) eloca4.CFrame = elocacenter.CFrame*CFrame.new(0,0,-lookavec) PixelBlockNeg(2,math.random(1,2),"Add",eloca4.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) end for i, v in pairs(FindNearestHead(elocacenter.CFrame.p, 125)) do if v:FindFirstChild('Head') then getclientproperty not working roblox How to dowload it? getclientproperty not working roblox dmg(v) end end CameraEnshaking(7,30) MagniDamage(elocacenter, 225, 50,75, 0, "Normal") CFuncs["Sound"].Create("rbxassetid://468991944", char, 4, 1) CFuncs["Sound"].Create("rbxassetid://533636230", char, 5, 0.75) CFuncs["Sound"].Create("rbxassetid://419447292", char, 1,1) CFuncs["Sound"].Create("rbxassetid://421328847", char, 1,1) sphere(1,"Add",elocacenter.CFrame,vt(125,90000,125),-0.25,MAINRUINCOLOR) getclientproperty not working roblox How to get it? getclientproperty not working roblox sphere(1,"Add",elocacenter.CFrame,vt(125,90000,125),0.5,MAINRUINCOLOR) sphere(1,"Add",elocacenter.CFrame,vt(0,0,0),5,MAINRUINCOLOR) sphere(2,"Add",elocacenter.CFrame,vt(0,0,0),5,MAINRUINCOLOR) sphere(3,"Add",elocacenter.CFrame,vt(0,0,0),5,MAINRUINCOLOR) sphere(4,"Add",elocacenter.CFrame,vt(0,0,0),5,MAINRUINCOLOR) sphere(5,"Add",elocacenter.CFrame,vt(0,0,0),5,MAINRUINCOLOR) for i = 0, 24 do sphereMK(1,2,"Add",elocacenter.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25,25,100,-0.5,MAINRUINCOLOR.Color,0) sphereMK(2,4,"Add",elocacenter.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25,25,75,-0.25,MAINRUINCOLOR.Color,0) sphereMK(3,6,"Add",elocacenter.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25,25,50,-0.25,MAINRUINCOLOR.Color,0) getclientproperty not working roblox How to use it? getclientproperty not working roblox sphereMK(4,8,"Add",elocacenter.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25,25,25,-0.25,MAINRUINCOLOR.Color,0) end coroutine.resume(coroutine.create(function() for i = 0, 499 do swait(1) MagniDamage(elocacenter, 90, 1,5, 0, "Normal") PixelBlockNeg(2,math.random(1,10),"Add",elocacenter.CFrame*CFrame.new(math.random(-75,75),0,math.random(-75,75))*CFrame.Angles(math.rad(90 + math.random(-30,30)),math.rad(math.random(-30,30)),math.rad(math.random(-30,30))),15,15,15,0.15,MAINRUINCOLOR,-5) end elocacenter:Destroy() eloca1:Destroy() getclientproperty not working roblox How to use it? getclientproperty not working roblox eloca2:Destroy() eloca3:Destroy() eloca4:Destroy() end)) end end) end)) attack = false end getclientproperty not working roblox PasteShr getclientproperty not working roblox function Icey() local SECONDRUINCOLOR = BrickColor.new("Navy blue") attack = true hum.WalkSpeed = 2 local MAINRUINCOLOR = BrickColor.new("Institutional white") local MAINRUINCOLOR2 = SECONDRUINCOLOR local rval = 0 local eval = 1 for i = 0,3,0.1 do swait() getclientproperty not working roblox How to dowload it? getclientproperty not working roblox rval = rval + 30 eval = eval + 1.5 slash(math.random(40,70)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-2.5,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.01*rval/25,0.002,0.01*rval/25),math.random(5,20)/250,MAINRUINCOLOR2.Color) RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(0 - 2 * math.cos(sine / 32))),.1) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(0 + 2 * math.cos(sine / 32))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0.15 + 0.02 * math.cos(sine / 32),-0.1 + 0.05 * math.cos(sine / 32))*angles(math.rad(0 - 2 * math.cos(sine / 32)),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(35 - 2 * math.cos(sine / 37)),math.rad(0),math.rad(0)),.3) RW.C0=clerp(RW.C0,cf(1,0.5 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(90 + 6 * math.cos(sine / 72)),math.rad(3 - 2 * math.cos(sine / 58)),math.rad(-80 + 2 * math.cos(sine / 45))),.3) LW.C0=clerp(LW.C0,cf(-1,0.5 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(80 - 7 * math.cos(sine / 66)),math.rad(4 - 3 * math.cos(sine / 59)),math.rad(71 - 4 * math.cos(sine / 45))),.3) end getclientproperty not working roblox How to dowload it? getclientproperty not working roblox for i = 0, 19 do slash(math.random(10,30)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-2.5,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.01,0.002,0.01),math.random(150,250)/250,MAINRUINCOLOR2.Color) end CFuncs["Sound"].Create("rbxassetid://1368637781", root, 4,1) CFuncs["Sound"].Create("rbxassetid://763718160", root, 4, 1.1) CFuncs["Sound"].Create("rbxassetid://1310128035", root, 9, 0.9) CFuncs["Sound"].Create("rbxassetid://199145739", root, 3,1) MagniDamage(root, 50, 40,50, 0, "Normal") sphere2(2,"Add",root.CFrame*CFrame.new(0,-3,0),vt(1,1,1),2,2,2,MAINRUINCOLOR.Color,MAINRUINCOLOR.Color) sphere2(3,"Add",root.CFrame*CFrame.new(0,-3,0),vt(1,1,1),2,2,2,MAINRUINCOLOR2.Color,MAINRUINCOLOR2.Color) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox coroutine.resume(coroutine.create(function() for i = 0, 51 do swait() local dis = CreateParta(char,0.5,1,"Neon",MAINRUINCOLOR) dis.BrickColor = BrickColor.new("Navy blue") dis.Anchored = true local at1 = Instance.new("Attachment",dis) at1.Position = vt(-0.25,0,0) local at2 = Instance.new("Attachment",dis) at2.Position = vt(0.25,0,0) getclientproperty not working roblox How to use it? getclientproperty not working roblox local trl = Instance.new('Trail',dis) trl.Attachment0 = at1 trl.FaceCamera = true trl.Attachment1 = at2 trl.Texture = "rbxassetid://1049219073" trl.LightEmission = 1 trl.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)}) trl.Color = ColorSequence.new(BrickColor.new("Navy blue").Color) trl.Lifetime = 0.6 dis.Velocity = vt(math.random(-50,50),math.random(125,210),math.random(-50,50)) getclientproperty not working roblox How to get it? getclientproperty not working roblox CFuncs["Sound"].Create("rbxassetid://199145967", dis, 0.1,1) dis.CFrame = root.CFrame*CFrame.new(math.random(-3,3),math.random(5,25),math.random(-3,3))*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))) CreateMesh(dis,"Sphere",0.5,0.5,4) dis.Anchored = false coroutine.resume(coroutine.create(function() wait(1) local a = Instance.new("Part",workspace) a.Name = "Direction" a.Anchored = true a.BrickColor = bc("Navy blue") getclientproperty not working roblox PasteShr getclientproperty not working roblox a.Material = "Neon" a.Transparency = 1 a.CanCollide = false local ray = Ray.new( dis.CFrame.p, -- origin (mouse.Hit.p - dis.CFrame.p).unit * 500 -- direction ) local ignore = dis local hit, position, normal = workspace:FindPartOnRay(ray, ignore) a.BottomSurface = 10 getclientproperty not working roblox How to dowload it? getclientproperty not working roblox a.TopSurface = 10 local distance = (dis.CFrame.p - position).magnitude a.Size = Vector3.new(0.1, 0.1, 0.1) a.CFrame = CFrame.new(dis.CFrame.p, position) * CFrame.new(0, 0, 0) dis.CFrame = a.CFrame a:Destroy() local bv = Instance.new("BodyVelocity") bv.maxForce = Vector3.new(1e9, 1e9, 1e9) bv.velocity = dis.CFrame.lookVector*200 bv.Parent = dis getclientproperty not working roblox PasteShr getclientproperty not working roblox game:GetService("Debris"):AddItem(dis, 5) local hitted = false coroutine.resume(coroutine.create(function() dis.Touched:connect(function(hit) if hitted == false and not hit:IsDescendantOf(char) then hitted = true CFuncs["Sound"].Create("rbxassetid://199146035", dis, 1.5,1) MagniDamage(dis, 20, 10,20, 0, "Normal") sphere2(5,"Add",dis.CFrame,vt(1,1,1),0.5,0.5,0.5,MAINRUINCOLOR2.Color,MAINRUINCOLOR2.Color) sphere2(8,"Add",dis.CFrame,vt(1,1,1),0.5,0.5,0.5,MAINRUINCOLOR.Color,MAINRUINCOLOR.Color) getclientproperty not working roblox How to get it? getclientproperty not working roblox dis.Anchored = true dis.Transparency = 1 wait(8) dis:Destroy() end end) end)) end)) end end)) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox local eval2 = 1 sphere2(1,"Add",root.CFrame,vt(12.5,1,12.5),-0.05,3,-0.05,MAINRUINCOLOR.Color) sphere2(1,"Add",root.CFrame,vt(25,1,25),-0.1,6,-0.1,MAINRUINCOLOR2.Color) for i = 0,9,0.1 do swait() rval = rval + 20 eval = eval + 1.5 eval2 = eval2 + 10 slash(math.random(40,70)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,3.5,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.01*eval2/60,0.002,0.01*eval2/60),math.random(5,20)/250,MAINRUINCOLOR.Color) RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-15 - 2 * math.cos(sine / 32))),.1) getclientproperty not working roblox PasteShr getclientproperty not working roblox LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(15 + 2 * math.cos(sine / 32))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0.15 + 0.02 * math.cos(sine / 32),-0.1 + 0.05 * math.cos(sine / 32))*angles(math.rad(-15 - 2 * math.cos(sine / 32)),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-25 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(0 + 2 * math.cos(sine / 53))),.1) RW.C0=clerp(RW.C0,cf(1.35,1 + 0.025 * math.cos(sine / 45),0)*angles(math.rad(165 + 5 * math.cos(sine / 74)),math.rad(1 - 3 * math.cos(sine / 53)),math.rad(-10 + 3 * math.cos(sine / 45))),.1) LW.C0=clerp(LW.C0,cf(-1.35,1 + 0.025 * math.cos(sine / 45),0)*angles(math.rad(165 - 3 * math.cos(sine / 73)),math.rad(2 - 1 * math.cos(sine / 55)),math.rad(13 - 3 * math.cos(sine / 45))),.1) end attack = false hum.WalkSpeed = storehumanoidWS end getclientproperty not working roblox How to dowload it? getclientproperty not working roblox function THE_TRUE_POWER_OF_VIOLENCE() attack = true hum.WalkSpeed = 0 chatmsg("ALL YOUR DESTINY...",MAINRUINCOLOR.Color,4) for i = 0, 10, 0.1 do swait() PixelBlockNeg(1,math.random(1,2),"Add",sorb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1,1,1,0.02,MAINRUINCOLOR,0) RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 2 * math.cos(sine / 39))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 6 * math.cos(sine / 31))),.1) getclientproperty not working roblox How to get it? getclientproperty not working roblox RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,1 + 0.1 * math.cos(sine / 32))*angles(math.rad(0),math.rad(0),math.rad(40)),.4) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-40)),.4) RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(170),math.rad(0),math.rad(0)),.4) LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-10),math.rad(-30 + 5 * math.cos(sine / 30)),math.rad(-20)),.4) end local orb = Instance.new("Part", char) orb.BrickColor = MAINRUINCOLOR orb.CanCollide = false orb.FormFactor = 3 orb.Name = "Ring" getclientproperty not working roblox How to get it for free? getclientproperty not working roblox orb.Material = "Neon" orb.Size = Vector3.new(1, 1, 1) orb.Transparency = 0 orb.TopSurface = 0 orb.BottomSurface = 0 orb.CFrame = sorb.CFrame local orbm = Instance.new("SpecialMesh", orb) orbm.MeshType = "Sphere" orbm.Name = "SizeMesh" orbm.Scale = vt(0,0,0) getclientproperty not working roblox PasteShr getclientproperty not working roblox local sbs = Instance.new("BodyPosition", orb) sbs.P = 3000 sbs.D = 1000 sbs.maxForce = Vector3.new(50000000000, 10e10, 50000000000) sbs.position = RootPart.CFrame.p + Vector3.new(0, 250, 0) CFuncs["Sound"].Create("rbxassetid://419447292", rarm, 5,1) sphere(1,"Add",sorb.CFrame,vt(0,0,0),0.25,MAINRUINCOLOR) sphere(2,"Add",sorb.CFrame,vt(0,0,0),0.25,MAINRUINCOLOR) sphere(3,"Add",sorb.CFrame,vt(0,0,0),0.25,MAINRUINCOLOR) sphere(4,"Add",sorb.CFrame,vt(0,0,0),0.25,MAINRUINCOLOR) getclientproperty not working roblox PasteShr getclientproperty not working roblox sphere(5,"Add",sorb.CFrame,vt(0,0,0),0.25,MAINRUINCOLOR) for i = 0, 10, 0.1 do swait() PixelBlockNeg(1,0.01,"Add",orb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),6,6,6,0.12,MAINRUINCOLOR,0) RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 2 * math.cos(sine / 39))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 6 * math.cos(sine / 31))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,1 + 0.1 * math.cos(sine / 32))*angles(math.rad(0),math.rad(0),math.rad(60)),.6) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-60)),.6) RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(170),math.rad(0),math.rad(0)),.4) LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-10),math.rad(-30 + 5 * math.cos(sine / 30)),math.rad(-20)),.6) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox end orb.Anchored = true local elocacenter = CreateParta(orb,1,1,"Neon",BrickColor.random()) elocacenter.Anchored = true elocacenter.CFrame = orb.CFrame elocacenter.Orientation = vt(0,0,0) local eloca1 = CreateParta(orb,1,1,"Neon",BrickColor.random()) eloca1.Anchored = true eloca1.CFrame = elocacenter.CFrame local eloca2 = CreateParta(orb,1,1,"Neon",BrickColor.random()) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox eloca2.Anchored = true eloca2.CFrame = elocacenter.CFrame local eloca3 = CreateParta(orb,1,1,"Neon",BrickColor.random()) eloca3.Anchored = true eloca3.CFrame = elocacenter.CFrame local eloca4 = CreateParta(orb,1,1,"Neon",BrickColor.random()) eloca4.Anchored = true eloca4.CFrame = elocacenter.CFrame local lookavec = 0 local speeds = 0 getclientproperty not working roblox How to get it? getclientproperty not working roblox CameraEnshaking(1,1) CFuncs["Sound"].Create("rbxassetid://1208650519", char, 3,1) CFuncs["Sound"].Create("rbxassetid://419447292", char, 1.5,1) CFuncs["Sound"].Create("rbxassetid://468991944", char, 2.5, 1) CFuncs["Sound"].Create("rbxassetid://164881112", char, 2.5, 1) sphere(1,"Add",elocacenter.CFrame,vt(0,0,0),1,MAINRUINCOLOR) sphere(2,"Add",elocacenter.CFrame,vt(0,0,0),1,MAINRUINCOLOR) sphere(3,"Add",elocacenter.CFrame,vt(0,0,0),1,MAINRUINCOLOR) sphere(4,"Add",elocacenter.CFrame,vt(0,0,0),1,MAINRUINCOLOR) sphere(5,"Add",elocacenter.CFrame,vt(0,0,0),1,MAINRUINCOLOR) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox for i = 0, 99 do swait() lookavec = lookavec + 2.5 speeds = speeds + 0.25 elocacenter.CFrame = elocacenter.CFrame*CFrame.Angles(0,math.rad(speeds),0) eloca1.CFrame = elocacenter.CFrame*CFrame.new(lookavec,0,0) PixelBlockNeg(2,0,"Add",eloca1.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) eloca2.CFrame = elocacenter.CFrame*CFrame.new(-lookavec,0,0) PixelBlockNeg(2,0,"Add",eloca2.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox eloca3.CFrame = elocacenter.CFrame*CFrame.new(0,0,lookavec) PixelBlockNeg(2,0,"Add",eloca3.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) eloca4.CFrame = elocacenter.CFrame*CFrame.new(0,0,-lookavec) PixelBlockNeg(2,0,"Add",eloca4.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) end for i = 0, 149 do swait() getclientproperty not working roblox How to use it? getclientproperty not working roblox speeds = speeds + 0.25 elocacenter.CFrame = elocacenter.CFrame*CFrame.Angles(0,math.rad(speeds),0) eloca1.CFrame = elocacenter.CFrame*CFrame.new(lookavec,0,0) PixelBlockNeg(2,0,"Add",eloca1.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) eloca2.CFrame = elocacenter.CFrame*CFrame.new(-lookavec,0,0) PixelBlockNeg(2,0,"Add",eloca2.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) eloca3.CFrame = elocacenter.CFrame*CFrame.new(0,0,lookavec) PixelBlockNeg(2,0,"Add",eloca3.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) getclientproperty not working roblox PasteShr getclientproperty not working roblox eloca4.CFrame = elocacenter.CFrame*CFrame.new(0,0,-lookavec) PixelBlockNeg(2,0,"Add",eloca4.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) end CFuncs["Sound"].Create("rbxassetid://1192402877", char, 5, 0.75) for i = 0, 99 do swait() lookavec = lookavec - 2.5 speeds = speeds + 0.25 elocacenter.CFrame = elocacenter.CFrame*CFrame.Angles(0,math.rad(speeds),0) getclientproperty not working roblox PasteShr getclientproperty not working roblox eloca1.CFrame = elocacenter.CFrame*CFrame.new(lookavec,0,0) PixelBlockNeg(2,0,"Add",eloca1.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) eloca2.CFrame = elocacenter.CFrame*CFrame.new(-lookavec,0,0) PixelBlockNeg(2,0,"Add",eloca2.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) eloca3.CFrame = elocacenter.CFrame*CFrame.new(0,0,lookavec) PixelBlockNeg(2,0,"Add",eloca3.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) eloca4.CFrame = elocacenter.CFrame*CFrame.new(0,0,-lookavec) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox PixelBlockNeg(2,0,"Add",eloca4.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) end local scaled = 0.1*75 CFuncs["Sound"].Create("rbxassetid://289315275", char, 2.5,1) CFuncs["Sound"].Create("rbxassetid://1208650519", char, 2.5,1) CFuncs["Sound"].Create("rbxassetid://419447292", char, 2.5,0.5) CFuncs["Sound"].Create("rbxassetid://151304356", char, 1,0.5) CFuncs["Sound"].Create("rbxassetid://164881112", char, 3.5, 0.75) CFuncs["Sound"].Create("rbxassetid://1192402877", char, 2.5, 0.5) sphere(1,"Add",elocacenter.CFrame,vt(0,0,0),10,MAINRUINCOLOR) getclientproperty not working roblox How to use it? getclientproperty not working roblox sphere(2,"Add",elocacenter.CFrame,vt(0,0,0),10,MAINRUINCOLOR) sphere(3,"Add",elocacenter.CFrame,vt(0,0,0),10,MAINRUINCOLOR) sphere(4,"Add",elocacenter.CFrame,vt(0,0,0),10,MAINRUINCOLOR) sphere(5,"Add",elocacenter.CFrame,vt(0,0,0),10,MAINRUINCOLOR) for i = 0, 10, 0.1 do swait() scaled = scaled - 0.001*75 orbm.Scale = orbm.Scale + vt(scaled,scaled,scaled) PixelBlockNeg(1,math.random(1,2),"Add",sorb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1,1,1,0.02,MAINRUINCOLOR,0) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 2 * math.cos(sine / 39))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 6 * math.cos(sine / 31))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,1 + 0.1 * math.cos(sine / 32))*angles(math.rad(0),math.rad(0),math.rad(60)),.6) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-60)),.6) RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(170),math.rad(0),math.rad(0)),.4) LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-10),math.rad(-30 + 5 * math.cos(sine / 30)),math.rad(-20)),.6) end chatmsg("WILL BE MINE!!!!",MAINRUINCOLOR.Color,2) CFuncs["EchoSound"].Create("rbxassetid://1690476035", char, 10, 1,0,10,0.15,0.5,1) CFuncs["EchoSound"].Create("rbxassetid://1690476035", root, 60, 1,0,10,0.15,0.5,1) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox for x = 0, 4 do for i = 0, 9 do sphereMK(0.5,0,"Add",elocacenter.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),10,10,100000,0,MAINRUINCOLOR.Color,0) end CFuncs["Sound"].Create("rbxassetid://419447292", char, 5,0.75) CFuncs["Sound"].Create("rbxassetid://164881112", char, 2.5, 0.5) sphere(1,"Add",elocacenter.CFrame,vt(0,0,0),10,MAINRUINCOLOR) sphere(2,"Add",elocacenter.CFrame,vt(0,0,0),10,MAINRUINCOLOR) sphere(3,"Add",elocacenter.CFrame,vt(0,0,0),10,MAINRUINCOLOR) sphere(4,"Add",elocacenter.CFrame,vt(0,0,0),10,MAINRUINCOLOR) getclientproperty not working roblox How to use it? getclientproperty not working roblox sphere(5,"Add",elocacenter.CFrame,vt(0,0,0),10,MAINRUINCOLOR) for i = 0, 5, 0.1 do swait() PixelBlockNeg(1,math.random(1,2),"Add",sorb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1,1,1,0.02,MAINRUINCOLOR,0) PixelBlockNeg(1,math.random(1,2),"Add",sorb2.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1,1,1,0.02,MAINRUINCOLOR,0) RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 2 * math.cos(sine / 39))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 6 * math.cos(sine / 31))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,1 + 0.1 * math.cos(sine / 32))*angles(math.rad(0),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-20),math.rad(0),math.rad(0)),.1) RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(170),math.rad(0),math.rad(-10)),.1) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(170),math.rad(0),math.rad(10)),.1) end end local speedearn = 0 CFuncs["Sound"].Create("rbxassetid://136007472", char, 5,0.2) CFuncs["Sound"].Create("rbxassetid://289315275", char, 5,0.75) CFuncs["Sound"].Create("rbxassetid://163619849", char, 2.5, 0.25) for i = 0, 30, 0.1 do swait() scaled = scaled - 0.001*75/10 getclientproperty not working roblox How to get it for free? getclientproperty not working roblox speedearn = speedearn + 0.5 for i = 0, 4 do sphereMK(1+speedearn,speedearn,"Add",elocacenter.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),5,5,10*speedearn,-0.05,MAINRUINCOLOR.Color,0) end PixelBlock(1,speedearn,"Add",elocacenter.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1*speedearn/10,1*speedearn/10,1*speedearn/10,0.02*speedearn/10,MAINRUINCOLOR,0) orbm.Scale = orbm.Scale + vt(scaled,scaled,scaled) PixelBlockNeg(1,math.random(1,2),"Add",sorb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1,1,1,0.02,MAINRUINCOLOR,0) PixelBlockNeg(1,math.random(1,2),"Add",sorb2.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1,1,1,0.02,MAINRUINCOLOR,0) RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 2 * math.cos(sine / 39))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 6 * math.cos(sine / 31))),.1) getclientproperty not working roblox How to get it? getclientproperty not working roblox RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,1 + 0.1 * math.cos(sine / 32))*angles(math.rad(0),math.rad(0),math.rad(0)),.6) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-20),math.rad(0),math.rad(0)),.6) RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(170),math.rad(0),math.rad(-10)),.4) LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(170),math.rad(0),math.rad(10)),.6) end orb.Transparency = 1 for i, v in pairs(FindNearestHead(elocacenter.CFrame.p, 125000000)) do if v:FindFirstChild('Head') then dmg(v) end getclientproperty not working roblox PasteShr getclientproperty not working roblox end CameraEnshaking(7,30) MagniDamage(elocacenter, 9999999, 5000000,99999999, 0, "Normal") CFuncs["Sound"].Create("rbxassetid://167115397", char, 5,1) CFuncs["Sound"].Create("rbxassetid://289315275", char, 5,0.5) CFuncs["Sound"].Create("rbxassetid://163619849", char, 3, 0.25) CFuncs["Sound"].Create("rbxassetid://468991944", char, 10, 1) CFuncs["Sound"].Create("rbxassetid://533636230", char, 10, 0.75) CFuncs["Sound"].Create("rbxassetid://419447292", char, 6,1) CFuncs["Sound"].Create("rbxassetid://421328847", char, 1,1) getclientproperty not working roblox PasteShr getclientproperty not working roblox CFuncs["Sound"].Create("rbxassetid://741272936", char, 5, 1) CFuncs["Sound"].Create("rbxassetid://164881112", char, 5, 1) CFuncs["Sound"].Create("rbxassetid://1192402877", char, 7.5, 0.5) CFuncs["Sound"].Create("rbxassetid://429123896", char, 5, 0.85) CFuncs["Sound"].Create("rbxassetid://1208650519", char, 5, 1) CFuncs["Sound"].Create("rbxassetid://919941001", char, 5,1.05) sphere(1,"Add",elocacenter.CFrame,vt(0,0,0),10,MAINRUINCOLOR) sphere(2,"Add",elocacenter.CFrame,vt(0,0,0),10,MAINRUINCOLOR) sphere(3,"Add",elocacenter.CFrame,vt(0,0,0),10,MAINRUINCOLOR) sphere(4,"Add",elocacenter.CFrame,vt(0,0,0),10,MAINRUINCOLOR) getclientproperty not working roblox How to get it? getclientproperty not working roblox sphere(5,"Add",elocacenter.CFrame,vt(0,0,0),10,MAINRUINCOLOR) for i = 0, 99 do PixelBlock(1,math.random(50,1000),"Add",elocacenter.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),20,20,20,0.4,MAINRUINCOLOR,0) PixelBlock(2,math.random(250,1000),"Add",elocacenter.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),10,10,10,0.2,MAINRUINCOLOR,0) end for i = 0, 24 do sphereMK(0.5,0,"Add",elocacenter.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),10,10,100000,0,MAINRUINCOLOR.Color,0) sphereMK(1,2,"Add",elocacenter.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25,25,100,-0.5,MAINRUINCOLOR.Color,0) sphereMK(2,4,"Add",elocacenter.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25,25,75,-0.25,MAINRUINCOLOR.Color,0) sphereMK(3,6,"Add",elocacenter.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25,25,50,-0.25,MAINRUINCOLOR.Color,0) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox sphereMK(4,8,"Add",elocacenter.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25,25,25,-0.25,MAINRUINCOLOR.Color,0) end game:GetService("Debris"):AddItem(orb, 10) hum.WalkSpeed = storehumanoidWS attack = false end function ViolentRing() attack = true getclientproperty not working roblox How to get it? getclientproperty not working roblox CFuncs["Sound"].Create("rbxassetid://136007472", rarm, 1, 1) chatmsg("SHOULD I TAKE THAT EASIER?!",MAINRUINCOLOR.Color,0.7) CFuncs["EchoSound"].Create("rbxassetid://1535994137", char, 4, 1,0,10,0.15,0.5,1) CFuncs["EchoSound"].Create("rbxassetid://1535994137", root, 7, 1,0,10,0.15,0.5,1) for i = 0, 2, 0.1 do swait() local snap = math.random(1,10) if snap == 1 then Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(-50 + math.random(-10,10))),1) end getclientproperty not working roblox How to dowload it? getclientproperty not working roblox PixelBlockX(5,0.5,"Add",rarm.CFrame*CFrame.new(0,-1,0)*CFrame.Angles(math.rad(90 + math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1,1,1,0.01,MAINRUINCOLOR,0) PixelBlockNeg(5,0.5,"Add",rarm.CFrame*CFrame.new(0,-1,0)*CFrame.Angles(math.rad(90 + math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1,1,1,0.01,MAINRUINCOLOR,0) PixelBlockX(5,0.25,"Add",larm.CFrame*CFrame.new(0,-1,0)*CFrame.Angles(math.rad(90 + math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),0.65,0.65,0.65,0.0065,MAINRUINCOLOR,0) RH.C0=clerp(RH.C0,cf(1,-1 - 0.1 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(-2 - 1 * math.cos(sine / 32))),.6) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.1 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3 + 1 * math.cos(sine / 32)),math.rad(0),math.rad(0)),.6) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.1 * math.cos(sine / 32))*angles(math.rad(0),math.rad(0),math.rad(50)),.6) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-50)),.6) RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(70),math.rad(20),math.rad(50)),.4) LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(-30 + 5 * math.cos(sine / 30)),math.rad(-20)),.6) RootPart.CFrame = FaceMouse()[1] getclientproperty not working roblox PasteShr getclientproperty not working roblox end local orb = Instance.new("Part", char) orb.BrickColor = MAINRUINCOLOR orb.CanCollide = false orb.FormFactor = 3 orb.Name = "Ring" orb.Material = "Neon" orb.Size = Vector3.new(1, 1, 1) orb.Transparency = 0 orb.TopSurface = 0 getclientproperty not working roblox PasteShr getclientproperty not working roblox orb.BottomSurface = 0 local orbm = Instance.new("SpecialMesh", orb) orbm.MeshType = "Sphere" orbm.Name = "SizeMesh" orbm.Scale = vt(2,2,2) orb.CFrame = mouse.Hit local bv = Instance.new("BodyVelocity") bv.maxForce = Vector3.new(1e9, 1e9, 1e9) bv.velocity = orb.CFrame.lookVector*100 bv.Parent = orb getclientproperty not working roblox How to dowload it? getclientproperty not working roblox local hitted = false coroutine.resume(coroutine.create(function() game:GetService("Debris"):AddItem(orb, 5) orb.Transparency = 1 orb.Anchored = true local elocacenter = CreateParta(m,1,1,"Neon",BrickColor.random()) elocacenter.Anchored = true elocacenter.CFrame = orb.CFrame elocacenter.Orientation = vt(0,0,0) local eloca1 = CreateParta(m,1,1,"Neon",BrickColor.random()) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox eloca1.Anchored = true eloca1.CFrame = elocacenter.CFrame local eloca2 = CreateParta(m,1,1,"Neon",BrickColor.random()) eloca2.Anchored = true eloca2.CFrame = elocacenter.CFrame local eloca3 = CreateParta(m,1,1,"Neon",BrickColor.random()) eloca3.Anchored = true eloca3.CFrame = elocacenter.CFrame local eloca4 = CreateParta(m,1,1,"Neon",BrickColor.random()) eloca4.Anchored = true getclientproperty not working roblox PasteShr getclientproperty not working roblox eloca4.CFrame = elocacenter.CFrame local lookavec = 0 local speeds = 0 CameraEnshaking(1,1) CFuncs["Sound"].Create("rbxassetid://419447292", elocacenter, 10,1) sphere(5,"Add",elocacenter.CFrame,vt(0,0,0),1,MAINRUINCOLOR) sphere(6,"Add",elocacenter.CFrame,vt(0,0,0),1,MAINRUINCOLOR) sphere(7,"Add",elocacenter.CFrame,vt(0,0,0),1,MAINRUINCOLOR) sphere(8,"Add",elocacenter.CFrame,vt(0,0,0),1,MAINRUINCOLOR) sphere(9,"Add",elocacenter.CFrame,vt(0,0,0),1,MAINRUINCOLOR) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox for i = 0, 24 do swait() lookavec = lookavec + 3.5 speeds = speeds + 1 elocacenter.CFrame = elocacenter.CFrame*CFrame.Angles(0,math.rad(speeds),0) eloca1.CFrame = elocacenter.CFrame*CFrame.new(lookavec,0,0) PixelBlockNeg(2,math.random(1,2),"Add",eloca1.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) eloca2.CFrame = elocacenter.CFrame*CFrame.new(-lookavec,0,0) PixelBlockNeg(2,math.random(1,2),"Add",eloca2.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox eloca3.CFrame = elocacenter.CFrame*CFrame.new(0,0,lookavec) PixelBlockNeg(2,math.random(1,2),"Add",eloca3.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) eloca4.CFrame = elocacenter.CFrame*CFrame.new(0,0,-lookavec) PixelBlockNeg(2,math.random(1,2),"Add",eloca4.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) end local risen = 0 for i = 0, 49 do getclientproperty not working roblox PasteShr getclientproperty not working roblox swait() risen = risen + 0.05 speeds = speeds + 0.1 elocacenter.CFrame = elocacenter.CFrame*CFrame.Angles(0,math.rad(speeds),0) eloca1.CFrame = elocacenter.CFrame*CFrame.new(lookavec,0,0) PixelBlockNeg(2,math.random(1+risen,2+risen),"Add",eloca1.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) eloca2.CFrame = elocacenter.CFrame*CFrame.new(-lookavec,0,0) PixelBlockNeg(2,math.random(1+risen,2+risen),"Add",eloca2.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox eloca3.CFrame = elocacenter.CFrame*CFrame.new(0,0,lookavec) PixelBlockNeg(2,math.random(1+risen,2+risen),"Add",eloca3.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) eloca4.CFrame = elocacenter.CFrame*CFrame.new(0,0,-lookavec) PixelBlockNeg(2,math.random(1+risen,2+risen),"Add",eloca4.CFrame*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),5,5,5,0.05,MAINRUINCOLOR,-2) end for i, v in pairs(FindNearestHead(elocacenter.CFrame.p, 100)) do if v:FindFirstChild('Head') then dmg(v) end getclientproperty not working roblox How to get it for free? getclientproperty not working roblox end CameraEnshaking(4,10) MagniDamage(elocacenter, 150, 50,75, 0, "Normal") CFuncs["Sound"].Create("rbxassetid://468991944", char, 2, 1) CFuncs["Sound"].Create("rbxassetid://533636230", char, 2.5, 0.75) CFuncs["Sound"].Create("rbxassetid://419447292", char, 0.25,1) CFuncs["Sound"].Create("rbxassetid://421328847", char, 0.25,1) CFuncs["Sound"].Create("rbxassetid://919941001", char, 1.5,1.05) local eff = Instance.new("ParticleEmitter",elocacenter) eff.Texture = "rbxassetid://2273224484" getclientproperty not working roblox How to get it for free? getclientproperty not working roblox eff.LightEmission = 1 eff.Color = ColorSequence.new(Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90))) eff.Rate = 1000000 eff.Lifetime = NumberRange.new(0.5,2) eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,20,0),NumberSequenceKeypoint.new(0.2,2,0),NumberSequenceKeypoint.new(0.8,2,0),NumberSequenceKeypoint.new(1,0,0)}) eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(0.1,0,0),NumberSequenceKeypoint.new(0.8,0,0),NumberSequenceKeypoint.new(1,1,0)}) eff.Speed = NumberRange.new(20,250) eff.Drag = 5 eff.Rotation = NumberRange.new(-500,500) eff.VelocitySpread = 5000000 getclientproperty not working roblox How to dowload it? getclientproperty not working roblox eff.RotSpeed = NumberRange.new(-50,50) coroutine.resume(coroutine.create(function() wait(1) eff.Enabled = false end)) sphere(1,"Add",elocacenter.CFrame,vt(100,90000,100),-0.25,MAINRUINCOLOR) sphere(1,"Add",elocacenter.CFrame,vt(100,90000,100),0.5,MAINRUINCOLOR) sphere(1,"Add",elocacenter.CFrame,vt(0,0,0),5,MAINRUINCOLOR) sphere(2,"Add",elocacenter.CFrame,vt(0,0,0),5,MAINRUINCOLOR) sphere(3,"Add",elocacenter.CFrame,vt(0,0,0),5,MAINRUINCOLOR) getclientproperty not working roblox PasteShr getclientproperty not working roblox sphere(4,"Add",elocacenter.CFrame,vt(0,0,0),5,MAINRUINCOLOR) sphere(5,"Add",elocacenter.CFrame,vt(0,0,0),5,MAINRUINCOLOR) sphere(5,"Add",elocacenter.CFrame,vt(0,0,0),500,MAINRUINCOLOR) for i = 0, 24 do sphereMK(2,2,"Add",elocacenter.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25,25,100,-0.25,MAINRUINCOLOR.Color,0) sphereMK(4,4,"Add",elocacenter.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25,25,75,-0.25,MAINRUINCOLOR.Color,0) sphereMK(6,6,"Add",elocacenter.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25,25,50,-0.25,MAINRUINCOLOR.Color,0) sphereMK(8,8,"Add",elocacenter.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25,25,25,-0.25,MAINRUINCOLOR.Color,0) end coroutine.resume(coroutine.create(function() getclientproperty not working roblox How to dowload it? getclientproperty not working roblox wait(10) elocacenter:Destroy() eloca1:Destroy() eloca2:Destroy() eloca3:Destroy() eloca4:Destroy() end)) end)) attack = false end getclientproperty not working roblox How to get it? getclientproperty not working roblox function UniversalCollapse() attack = true CFuncs["Sound"].Create("rbxassetid://506001681", root, 2, 1) wait(3) local speedearn = 0 hum.WalkSpeed = 0 local sbs = Instance.new("BodyPosition", root) sbs.P = 3000 sbs.D = 1000 getclientproperty not working roblox How to dowload it? getclientproperty not working roblox sbs.maxForce = Vector3.new(50000000000, 10e10, 50000000000) sbs.position = RootPart.CFrame.p + Vector3.new(0, 200, 0) CFuncs["Sound"].Create("rbxassetid://1208650519", char, 10, 1) for i = 0, 85, 0.1 do swait() speedearn = speedearn + 0.1 sphereMK(1+speedearn,speedearn,"Add",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),5,5,10*speedearn,-0.05,MAINRUINCOLOR.Color,0) sphereMK(1+speedearn,speedearn,"Add",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),5,5,10*speedearn,-0.05,MAINRUINCOLOR.Color,0) sphereMK(1+speedearn,speedearn,"Add",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),5,5,10*speedearn,-0.05,MAINRUINCOLOR.Color,0) sphereMK(1+speedearn,speedearn,"Add",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),5,5,10*speedearn,-0.05,MAINRUINCOLOR.Color,0) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox sphereMK(1+speedearn,speedearn,"Add",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),5,5,10*speedearn,-0.05,MAINRUINCOLOR.Color,0) sphere(25,"Add",root.CFrame,vt(speedearn*2,speedearn*2,speedearn*2),0.01,MAINRUINCOLOR) RH.C0=clerp(RH.C0,cf(1,-0.05,-0.75)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(-30)),.1) LH.C0=clerp(LH.C0,cf(-1,-0.5,-0.25)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(30)),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,1.5 + 0.1 * math.cos(sine / 28))*angles(math.rad(20 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(55),math.rad(0),math.rad(0)),.1) RW.C0=clerp(RW.C0,cf(0.75,0.5,-0.25)*angles(math.rad(140),math.rad(0),math.rad(-20 + 2.5 * math.cos(sine / 28))),.1) LW.C0=clerp(LW.C0,cf(-0.75,0.5,-0.25)*angles(math.rad(140),math.rad(0),math.rad(20 - 2.5 * math.cos(sine / 28))),.1) end chatmsg("Universary..",MAINRUINCOLOR.Color,1) getclientproperty not working roblox How to get it? getclientproperty not working roblox CFuncs["EchoSound"].Create("rbxassetid://1448032598", char, 5, 1,0,10,0.15,0.5,1) CFuncs["EchoSound"].Create("rbxassetid://1448032598", root, 20, 1,0,10,0.15,0.5,1) for i = 0, 25, 0.1 do swait() speedearn = speedearn + 0.1 sphereMK(1+speedearn,speedearn,"Add",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),5,5,10*speedearn,-0.05,MAINRUINCOLOR.Color,0) sphereMK(1+speedearn,speedearn,"Add",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),5,5,10*speedearn,-0.05,MAINRUINCOLOR.Color,0) sphereMK(1+speedearn,speedearn,"Add",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),5,5,10*speedearn,-0.05,MAINRUINCOLOR.Color,0) sphereMK(1+speedearn,speedearn,"Add",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),5,5,10*speedearn,-0.05,MAINRUINCOLOR.Color,0) sphereMK(1+speedearn,speedearn,"Add",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),5,5,10*speedearn,-0.05,MAINRUINCOLOR.Color,0) getclientproperty not working roblox How to get it? getclientproperty not working roblox sphere(25,"Add",root.CFrame,vt(speedearn*2,speedearn*2,speedearn*2),0.01,MAINRUINCOLOR) RH.C0=clerp(RH.C0,cf(1,-0.05,-0.75)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(-30)),.1) LH.C0=clerp(LH.C0,cf(-1,-0.5,-0.25)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(30)),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,1.5 + 0.1 * math.cos(sine / 28))*angles(math.rad(20 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(55),math.rad(0),math.rad(0)),.1) RW.C0=clerp(RW.C0,cf(0.75,0.5,-0.25)*angles(math.rad(140),math.rad(0),math.rad(-20 + 2.5 * math.cos(sine / 28))),.1) LW.C0=clerp(LW.C0,cf(-0.75,0.5,-0.25)*angles(math.rad(140),math.rad(0),math.rad(20 - 2.5 * math.cos(sine / 28))),.1) end chatmsg("COLLAPSE!!!",MAINRUINCOLOR.Color,1) CFuncs["EchoSound"].Create("rbxassetid://1436241883", char, 5, 1,0,10,0.15,0.5,1) getclientproperty not working roblox How to use it? getclientproperty not working roblox CFuncs["EchoSound"].Create("rbxassetid://1436241883", root, 20, 1,0,10,0.15,0.5,1) CameraEnshaking(5,50) sphere(5,"Add",root.CFrame,vt(0,0,0),25,MAINRUINCOLOR) for i = 0, 2 do CFuncs["Sound"].Create("rbxassetid://1177785010", char, 10, 1) CFuncs["Sound"].Create("rbxassetid://533636230", char, 10, 0.75) CFuncs["Sound"].Create("rbxassetid://419447292", char, 5,1) CFuncs["Sound"].Create("rbxassetid://421328847", char, 5,1) end for i = 0, 49 do getclientproperty not working roblox How to get it? getclientproperty not working roblox sphereMK(1,3,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),50,50,200,-1,MAINRUINCOLOR.Color,0) sphereMK(2,6,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),50,50,150,-0.5,MAINRUINCOLOR.Color,0) sphereMK(3,9,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),50,50,100,-0.5,MAINRUINCOLOR.Color,0) sphereMK(4,12,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),50,50,50,-0.5,MAINRUINCOLOR.Color,0) end sphere(1,"Add",root.CFrame,vt(0,0,0),15,MAINRUINCOLOR) sphere(2,"Add",root.CFrame,vt(0,0,0),15,MAINRUINCOLOR) sphere(3,"Add",root.CFrame,vt(0,0,0),15,MAINRUINCOLOR) sphere(4,"Add",root.CFrame,vt(0,0,0),15,MAINRUINCOLOR) sphere(5,"Add",root.CFrame,vt(0,0,0),15,MAINRUINCOLOR) getclientproperty not working roblox PasteShr getclientproperty not working roblox sphere(6,"Add",root.CFrame,vt(0,0,0),15,MAINRUINCOLOR) sphere(1,"Add",root.CFrame,vt(0,0,0),5,MAINRUINCOLOR) sphere(2,"Add",root.CFrame,vt(0,0,0),5,MAINRUINCOLOR) sphere(3,"Add",root.CFrame,vt(0,0,0),5,MAINRUINCOLOR) sphere(4,"Add",root.CFrame,vt(0,0,0),5,MAINRUINCOLOR) sphere(5,"Add",root.CFrame,vt(0,0,0),5,MAINRUINCOLOR) sphere(6,"Add",root.CFrame,vt(0,0,0),5,MAINRUINCOLOR) for i = 0, 99 do PixelBlock(1,math.random(50,1000),"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),20,20,20,0.4,MAINRUINCOLOR,0) PixelBlock(2,math.random(250,1000),"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),10,10,10,0.2,MAINRUINCOLOR,0) getclientproperty not working roblox How to use it? getclientproperty not working roblox end for i, v in pairs(FindNearestHead(root.CFrame.p, 9999999)) do if v:FindFirstChild('Head') then dmg(v) end end MagniDamage(root, 9999999, 1000000,9999999, 0, "Normal") sbs:Destroy() hum.WalkSpeed = storehumanoidWS attack = false getclientproperty not working roblox How to get it? getclientproperty not working roblox end function orb_spawn_norm(positted,timer,color,MagniBoost,min,max,volEx,ShakePower,volSummon) local orb = Instance.new("Part", char) orb.Anchored = true orb.BrickColor = color orb.CanCollide = false orb.FormFactor = 3 orb.Name = "Ring" getclientproperty not working roblox PasteShr getclientproperty not working roblox orb.Material = "Neon" orb.Size = Vector3.new(1, 1, 1) orb.Transparency = 0 orb.TopSurface = 0 orb.BottomSurface = 0 local orbm = Instance.new("SpecialMesh", orb) orbm.MeshType = "Sphere" orb.CFrame = positted orbm.Name = "SizeMesh" orbm.Scale = vt(1,1,1) getclientproperty not working roblox PasteShr getclientproperty not working roblox CFuncs["Sound"].Create("rbxassetid://183763506", orb, volSummon, 1) sphere(2.5,"Add",orb.CFrame,vt(1,1,1),0.05,orb.BrickColor) --[[for i = 0, 2 do sphereMK(5,0.15,"Add",orb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1.5,1.5,7.5,-0.015,orb.BrickColor,0) end]]-- coroutine.resume(coroutine.create(function() wait(timer) CameraEnshaking(3,ShakePower) orb.Transparency = 1 MagniDamage(orb, 3.5*MagniBoost, min,max, 0, "Normal") getclientproperty not working roblox PasteShr getclientproperty not working roblox sphere(5,"Add",orb.CFrame,vt(1,1,1),0.1*MagniBoost,orb.BrickColor) --[[for i = 0, 4 do sphereMK(5,0.15*MagniBoost,"Add",orb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),2.5,2.5,15,-0.025,orb.BrickColor,0) end]]-- CFuncs["Sound"].Create("rbxassetid://192410089", orb, volEx, 0.7) wait(3) orb:Destroy() end)) end getclientproperty not working roblox How to dowload it? getclientproperty not working roblox function orb_spawn(positted,timer) local randomcol = math.random(1,2) local orb = Instance.new("Part", char) orb.Anchored = true if randomcol == 1 then orb.BrickColor = BrickColor.new("White") elseif randomcol == 2 then orb.BrickColor = BrickColor.new("Really black") end orb.CanCollide = false getclientproperty not working roblox How to get it for free? getclientproperty not working roblox orb.FormFactor = 3 orb.Name = "Ring" orb.Material = "Neon" orb.Size = Vector3.new(1, 1, 1) orb.Transparency = 0 orb.TopSurface = 0 orb.BottomSurface = 0 local orbm = Instance.new("SpecialMesh", orb) orbm.MeshType = "Sphere" orb.CFrame = positted getclientproperty not working roblox How to get it? getclientproperty not working roblox orbm.Name = "SizeMesh" orbm.Scale = vt(1,1,1) CFuncs["Sound"].Create("rbxassetid://183763506", orb, 0.15, 1) sphere(2.5,"Add",orb.CFrame,vt(1,1,1),0.025,orb.BrickColor) for i = 0, 2 do sphereMK(5,0.15,"Add",orb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1.5,1.5,7.5,-0.015,orb.BrickColor,0) end coroutine.resume(coroutine.create(function() wait(timer) CameraEnshaking(3,2) getclientproperty not working roblox How to use it? getclientproperty not working roblox orb.Transparency = 1 MagniDamage(orb, 17.5, 10,50, 0, "Normal") sphere(5,"Add",orb.CFrame,vt(1,1,1),0.5,orb.BrickColor) for i = 0, 4 do sphereMK(5,0.65,"Add",orb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),2.5,2.5,15,-0.025,orb.BrickColor,0) end CFuncs["Sound"].Create("rbxassetid://192410089", orb, 0.15, 0.7) wait(3) orb:Destroy() end)) getclientproperty not working roblox How to use it? getclientproperty not working roblox end function createBGCircle(size,parent,color) local bgui = Instance.new("BillboardGui",parent) bgui.Size = UDim2.new(size, 0, size, 0) local imgc = Instance.new("ImageLabel",bgui) imgc.BackgroundTransparency = 1 imgc.ImageTransparency = 0 imgc.Size = UDim2.new(1,0,1,0) getclientproperty not working roblox How to use it? getclientproperty not working roblox imgc.Image = "rbxassetid://997291547" --997291547,521073910 imgc.ImageColor3 = color return bgui,imgc end function symbolizeBlink(guipar,size,img,color,bonussize,vol,pit,soundid,spar,rotationenabled,rotsp,delay) local bgui,imgc = createBGCircle(size,guipar,color) bgui.AlwaysOnTop = true imgc.Image = "rbxassetid://" ..img local rrot = math.random(1,2) getclientproperty not working roblox How to use it? getclientproperty not working roblox CFuncs["Sound"].Create("rbxassetid://" ..soundid, spar, vol,pit) coroutine.resume(coroutine.create(function() for i = 0, 24*delay do swait() if rotationenabled == true then if rrot == 1 then imgc.Rotation = imgc.Rotation + rotsp elseif rrot == 2 then imgc.Rotation = imgc.Rotation - rotsp end getclientproperty not working roblox How to get it? getclientproperty not working roblox end bgui.Size = bgui.Size + UDim2.new(1*bonussize/delay,0,1*bonussize/delay,0) imgc.ImageTransparency = imgc.ImageTransparency + 0.04/delay end bgui:Destroy() end)) end -------------------- function RecolorParaMode(one,two,three,four,five,exonetran,exone,extwotran,extwo,secondaryenabled) getclientproperty not working roblox How to get it? getclientproperty not working roblox CFuncs["EchoSound"].Create("rbxassetid://847061203", root, 1, 1,0,10,0.25,0.25,1) symbolizeBlink(root,0,2109052855,one.Color,5,3,1,1614005837,root,true,10,1) symbolizeBlink(root,0,2092248396,one.Color,4,0,0,1923591005,root,true,-5,1) for i, v in pairs(mw1:GetChildren()) do if v:IsA("Part") then if secondaryenabled == false then v.Transparency = 1 elseif secondaryenabled == true then v.Transparency = 0 end getclientproperty not working roblox How to use it? getclientproperty not working roblox v.BrickColor = two v.Material = "Neon" end end for i, v in pairs(mw1:GetChildren()) do if v:IsA("Part") then v.BrickColor = two v.Material = "Neon" end end getclientproperty not working roblox PasteShr getclientproperty not working roblox for i, v in pairs(mw2:GetChildren()) do if v:IsA("Part") then v.BrickColor = one v.Material = "Neon" -------------------- for i, v in pairs(extrawing1:GetChildren()) do if v:IsA("Part") then v.Transparency = exonetran v.BrickColor = exone v.Material = "Neon" getclientproperty not working roblox How to dowload it? getclientproperty not working roblox end end for i, v in pairs(extrawing2:GetChildren()) do if v:IsA("Part") then v.Transparency = extwotran v.BrickColor = extwo v.Material = "Neon" end end end getclientproperty not working roblox How to dowload it? getclientproperty not working roblox end end -------------------- function spherec(bonuspeed,type,pos,scale,value,value2,value3,color) local type = type local rng = Instance.new("Part", char) rng.Anchored = true rng.Color = color rng.CanCollide = false getclientproperty not working roblox How to get it? getclientproperty not working roblox rng.FormFactor = 3 rng.Name = "Ring" rng.Material = "Neon" rng.Size = Vector3.new(1, 1, 1) rng.Transparency = 0 rng.TopSurface = 0 rng.BottomSurface = 0 rng.CFrame = pos local rngm = Instance.new("SpecialMesh", rng) rngm.MeshType = "Sphere" getclientproperty not working roblox How to get it? getclientproperty not working roblox if rainbowmode == true then rng.Color = Color3.new(r/255,g/255,b/255) end rngm.Scale = scale local scaler2 = 1 local scaler2b = 1 local scaler2c = 1 if type == "Add" then scaler2 = 1*value scaler2b = 1*value2 getclientproperty not working roblox How to use it? getclientproperty not working roblox scaler2c = 1*value3 elseif type == "Divide" then scaler2 = 1/value scaler2b = 1/value2 scaler2c = 1/value3 end coroutine.resume(coroutine.create(function() for i = 0,10/bonuspeed,0.1 do swait() if chaosmode == true then getclientproperty not working roblox How to get it? getclientproperty not working roblox rng.BrickColor = BrickColor.random() end if rainbowmode == true then rng.Color = Color3.new(r/255,g/255,b/255) end if type == "Add" then scaler2 = scaler2 - 0.01*value/bonuspeed scaler2b = scaler2b - 0.01*value/bonuspeed scaler2c = scaler2c - 0.01*value/bonuspeed elseif type == "Divide" then getclientproperty not working roblox How to get it for free? getclientproperty not working roblox scaler2 = scaler2 - 0.01/value*bonuspeed scaler2b = scaler2b - 0.01/value*bonuspeed scaler2c = scaler2c - 0.01/value*bonuspeed end rng.Transparency = rng.Transparency + 0.01*bonuspeed rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2b*bonuspeed, scaler2c*bonuspeed) end rng:Destroy() end)) end getclientproperty not working roblox How to dowload it? getclientproperty not working roblox function beamchange(col1,col2) local lookavec = 0 local mult = 1 local elocacenter = CreateParta(char,1,1,"Neon",BrickColor.random()) elocacenter.Anchored = true elocacenter.CFrame = root.CFrame local eloca1 = CreateParta(elocacenter,1,1,"Neon",BrickColor.random()) eloca1.Anchored = true eloca1.CFrame = elocacenter.CFrame getclientproperty not working roblox How to use it? getclientproperty not working roblox local at1 = Instance.new("Attachment",eloca1) at1.Position = vt(0,10,0) local at2 = Instance.new("Attachment",eloca1) at2.Position = vt(0,-10,0) local trl = Instance.new('Trail',eloca1) trl.Attachment0 = at1 trl.Attachment1 = at2 trl.Texture = "rbxassetid://1049219073" trl.LightEmission = 1 trl.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)}) getclientproperty not working roblox How to get it? getclientproperty not working roblox trl.Color = ColorSequence.new(col1.Color) trl.Lifetime = 4 local eff = Instance.new("ParticleEmitter",eloca1) eff.Texture = "rbxassetid://2273224484" eff.LightEmission = 1 eff.Color = ColorSequence.new(col1.Color) eff.Rate = 500000 eff.Lifetime = NumberRange.new(0.5,1) eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,20,0),NumberSequenceKeypoint.new(0.2,2,0),NumberSequenceKeypoint.new(0.8,2,0),NumberSequenceKeypoint.new(1,0,0)}) eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(0.1,0,0),NumberSequenceKeypoint.new(0.8,0,0),NumberSequenceKeypoint.new(1,1,0)}) getclientproperty not working roblox PasteShr getclientproperty not working roblox eff.Speed = NumberRange.new(20,250) eff.Drag = 5 eff.Rotation = NumberRange.new(-500,500) eff.VelocitySpread = 9000 eff.RotSpeed = NumberRange.new(-50,50) local eloca2 = eloca1:Clone() eloca2.Parent = elocacenter local eloca3 = CreateParta(elocacenter,1,1,"Neon",BrickColor.random()) eloca3.Anchored = true eloca3.CFrame = elocacenter.CFrame getclientproperty not working roblox How to dowload it? getclientproperty not working roblox local at1 = Instance.new("Attachment",eloca3) at1.Position = vt(0,10,0) local at2 = Instance.new("Attachment",eloca3) at2.Position = vt(0,-10,0) local trl = Instance.new('Trail',eloca3) trl.Attachment0 = at1 trl.Attachment1 = at2 trl.Texture = "rbxassetid://1049219073" trl.LightEmission = 1 trl.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)}) getclientproperty not working roblox PasteShr getclientproperty not working roblox trl.Color = ColorSequence.new(col2.Color) trl.Lifetime = 4 local eff = Instance.new("ParticleEmitter",eloca3) eff.Texture = "rbxassetid://2273224484" eff.LightEmission = 1 eff.Color = ColorSequence.new(col2.Color) eff.Rate = 500000 eff.Lifetime = NumberRange.new(0.5,1) eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,20,0),NumberSequenceKeypoint.new(0.2,2,0),NumberSequenceKeypoint.new(0.8,2,0),NumberSequenceKeypoint.new(1,0,0)}) eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(0.1,0,0),NumberSequenceKeypoint.new(0.8,0,0),NumberSequenceKeypoint.new(1,1,0)}) getclientproperty not working roblox PasteShr getclientproperty not working roblox eff.Speed = NumberRange.new(20,250) eff.Drag = 5 eff.Rotation = NumberRange.new(-500,500) eff.VelocitySpread = 9000 eff.RotSpeed = NumberRange.new(-50,50) local eloca4 = eloca3:Clone() eloca4.Parent = elocacenter elocacenter.CFrame = root.CFrame sphere2(6,"Add",root.CFrame*CFrame.Angles(0,0,0),vt(1,10000,1),0.9,7,0.9,col2.Color) sphere2(5,"Add",root.CFrame*CFrame.Angles(0,0,0),vt(1,10000,1),0.8,7,0.8,col1.Color) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox sphere2(4,"Add",root.CFrame*CFrame.Angles(0,0,0),vt(1,10000,1),0.6,7,0.6,col2.Color) sphere2(3,"Add",root.CFrame*CFrame.Angles(0,0,0),vt(1,10000,1),0.5,7,0.5,col1.Color) spherec(1,"Add",root.CFrame*CFrame.Angles(0,0,0),vt(0,0,0),1,1,1,col2.Color) spherec(2,"Add",root.CFrame*CFrame.Angles(0,0,0),vt(0,0,0),1.5,1.5,1.5,col1.Color) spherec(3,"Add",root.CFrame*CFrame.Angles(0,0,0),vt(0,0,0),2,2,2,col2.Color) spherec(4,"Add",root.CFrame*CFrame.Angles(0,0,0),vt(0,0,0),2.5,2.5,2.5,col1.Color) local effx = Instance.new("ParticleEmitter",root) effx.Texture = "rbxassetid://144580273" -- 144580273 74564879 effx.LightEmission = 1 effx.Color = ColorSequence.new(col1.Color) getclientproperty not working roblox How to use it? getclientproperty not working roblox effx.Rate = 500000 effx.Lifetime = NumberRange.new(0.25,0.75) effx.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,200,0)}) effx.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(0.1,0.5,0),NumberSequenceKeypoint.new(0.8,0,0),NumberSequenceKeypoint.new(1,1,0)}) effx.Speed = NumberRange.new(0,10) effx.Drag = 5 effx.Rotation = NumberRange.new(-500,500) effx.VelocitySpread = 9000 effx.RotSpeed = NumberRange.new(-50,50) local effx2 = Instance.new("ParticleEmitter",root) getclientproperty not working roblox PasteShr getclientproperty not working roblox effx2.Texture = "rbxassetid://2273224484" effx2.LightEmission = 1 effx2.Color = ColorSequence.new(col1.Color) effx2.Rate = 500000 effx2.Lifetime = NumberRange.new(1,2) effx2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,200,0),NumberSequenceKeypoint.new(0.1,50,0),NumberSequenceKeypoint.new(0.8,25,0),NumberSequenceKeypoint.new(1,0,0)}) effx2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.1,0,0),NumberSequenceKeypoint.new(0.8,0,0),NumberSequenceKeypoint.new(1,1,0)}) effx2.Speed = NumberRange.new(50,1200) effx2.Drag = 5 effx2.Rotation = NumberRange.new(-500,500) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox effx2.VelocitySpread = 9000 effx2.RotSpeed = NumberRange.new(-50,50) local effx3 = effx2:Clone() effx3.Parent = root effx3.Color = ColorSequence.new(col2.Color) symbolizeBlink(root,0,144580273,col1.Color,20,0,0,0,root,true,-5,2) symbolizeBlink(root,0,144580273,col2.Color,25,0,0,0,root,true,-5,1) for i = 0, 1 do CFuncs["Sound"].Create("rbxassetid://763717897", root, 5, 1.25) CFuncs["Sound"].Create("rbxassetid://1192402877", root, 5,0.75) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox CFuncs["Sound"].Create("rbxassetid://1664711478", root, 2.5,1) CFuncs["Sound"].Create("rbxassetid://763718160", root, 5, 0.75) end coroutine.resume(coroutine.create(function() wait(0.05) effx.Enabled = false wait(0.1) effx2.Enabled = false effx3.Enabled = false end)) getclientproperty not working roblox How to get it? getclientproperty not working roblox coroutine.resume(coroutine.create(function() for i = 0, 9, 0.1 do swait() mult = mult + 0.5 lookavec = lookavec + 0.1*mult elocacenter.CFrame = elocacenter.CFrame*CFrame.Angles(0,math.rad(5*mult/10),0) eloca1.CFrame = elocacenter.CFrame*CFrame.new(40+lookavec/5,-15+lookavec*2,0) eloca2.CFrame = elocacenter.CFrame*CFrame.new(-40-lookavec/5,-15+lookavec*2,0) eloca3.CFrame = elocacenter.CFrame*CFrame.new(0,-15+lookavec*2,40+lookavec/5) eloca4.CFrame = elocacenter.CFrame*CFrame.new(0,-15+lookavec*2,-40-lookavec/5) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox end for i,v in pairs(elocacenter:GetDescendants()) do if v:IsA("ParticleEmitter") then v.Enabled = false end end wait(6) effx:Destroy() effx2:Destroy() effx3:Destroy() getclientproperty not working roblox PasteShr getclientproperty not working roblox elocacenter:Destroy() end)) end ----------------------------------- Abilities function ExtinctiveHeartbreak() local targetted = nil if mouse.Target.Parent ~= Character and mouse.Target.Parent.Parent ~= Character and mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then getclientproperty not working roblox How to get it? getclientproperty not working roblox targetted = mouse.Target.Parent end if targetted ~= nil then attack = true CFuncs["Sound"].Create("rbxassetid://847061203", root, 2.5,1) for i = 0, 9 do sphereMK(3,0.25,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1,1,10,-0.01,MAINRUINCOLOR.Color,0) end for i = 0, 24 do PixelBlock(1,math.random(4,8),"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),3,3,3,0.06,MAINRUINCOLOR,0) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox end sphere(3,"Add",root.CFrame,vt(0,0,0),0.25,MAINRUINCOLOR) local originalpos = root.CFrame RootPart.CFrame = targetted.Head.CFrame * CFrame.new(0,-2,2) for i = 0, 9 do sphereMK(3,0.25,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1,1,10,-0.01,MAINRUINCOLOR.Color,0) end for i = 0, 24 do PixelBlock(1,math.random(4,8),"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),3,3,3,0.06,MAINRUINCOLOR,0) end getclientproperty not working roblox How to use it? getclientproperty not working roblox hum.WalkSpeed = 0 sphere(3,"Add",root.CFrame,vt(0,0,0),0.25,MAINRUINCOLOR) local radm = math.random(1,3) if radm == 1 then chatmsg("PERISH!",MAINRUINCOLOR.Color,2) elseif radm == 2 then chatmsg("DIE, DIE!",MAINRUINCOLOR.Color,2) elseif radm == 3 then chatmsg("YOU DONT BELONG!",MAINRUINCOLOR.Color,2) end getclientproperty not working roblox PasteShr getclientproperty not working roblox for i = 0,2,0.1 do swait() RH.C0=clerp(RH.C0,cf(1,-0.7,-0.4)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(10),math.rad(6),math.rad(0 - 10 * math.cos(sine / 48))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-25),math.rad(10 - 2 * math.cos(sine / 43)),math.rad(20 + 5 * math.cos(sine / 45))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 + 0.25 * math.cos(sine / 256),0 + 0.5 * math.cos(sine / 128),1.3 + 0.5 * math.cos(sine / 24))*angles(math.rad(20 - 3 * math.cos(sine / 32)),math.rad(20 - 2 * math.cos(sine / 55)),math.rad(-40)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(10)),.8) RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.1 * math.cos(sine / 28),0)*angles(math.rad(20),math.rad(0),math.rad(10)),.4) LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),0)*angles(math.rad(90),math.rad(0),math.rad(60)),.4) end CFuncs["Sound"].Create("rbxassetid://153092227", root, 0.5,1) getclientproperty not working roblox How to use it? getclientproperty not working roblox CFuncs["EchoSound"].Create("rbxassetid://153092227", root, 2, 1,0,10,0.25,0.5,1) for i = 0,2,0.1 do swait() coroutine.resume(coroutine.create(function() targetted.Head.CFrame = larm.CFrame*CFrame.new(0,-1,0)*CFrame.Angles(math.rad(-90),0,0) for i,v in pairs(targetted:GetChildren()) do if v:IsA("Part") or v:IsA("MeshPart") then v.Velocity = vt(0,0,0) end end getclientproperty not working roblox How to get it for free? getclientproperty not working roblox end)) RH.C0=clerp(RH.C0,cf(1,-0.7,-0.4)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(10),math.rad(6),math.rad(0 - 10 * math.cos(sine / 48))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-25),math.rad(10 - 2 * math.cos(sine / 43)),math.rad(20 + 5 * math.cos(sine / 45))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 + 0.25 * math.cos(sine / 256),0 + 0.5 * math.cos(sine / 128),1.3 + 0.5 * math.cos(sine / 24))*angles(math.rad(20 - 3 * math.cos(sine / 32)),math.rad(20 - 2 * math.cos(sine / 55)),math.rad(-40)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(80)),.8) RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.1 * math.cos(sine / 28),0)*angles(math.rad(20),math.rad(0),math.rad(10)),.8) LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),0)*angles(math.rad(90),math.rad(0),math.rad(-80)),.8) end CFuncs["EchoSound"].Create("rbxassetid://824687369", char, 0.5, 1,0,10,0.25,0.5,1) CFuncs["EchoSound"].Create("rbxassetid://153092227", char, 0.5, 0.9,0,10,0.25,0.5,1) getclientproperty not working roblox How to get it? getclientproperty not working roblox for i = 0, 1 do CFuncs["EchoSound"].Create("rbxassetid://159882598", char, 2, 1,0.1,10,0.15,0.5,1) end CFuncs["EchoSound"].Create("rbxassetid://159882598", root, 15, 1,0.1,10,0.15,0.5,1) chatfunc("RRRRRAAUUUGHH!",MAINRUINCOLOR.Color,"Inverted","Arcade",1) for i = 0,4,0.1 do swait() coroutine.resume(coroutine.create(function() local dis = CreateParta(char,1,1,"Neon",MAINRUINCOLOR) dis.CFrame = targetted.Head.CFrame*CFrame.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))) getclientproperty not working roblox How to use it? getclientproperty not working roblox local at1 = Instance.new("Attachment",dis) at1.Position = vt(-25000,0,0) local at2 = Instance.new("Attachment",dis) at2.Position = vt(25000,0,0) local trl = Instance.new('Trail',dis) trl.Attachment0 = at1 trl.FaceCamera = true trl.Attachment1 = at2 trl.Texture = "rbxassetid://1049219073" trl.LightEmission = 1 getclientproperty not working roblox PasteShr getclientproperty not working roblox trl.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)}) trl.Color = ColorSequence.new(MAINRUINCOLOR.Color) trl.Lifetime = 5 local bv = Instance.new("BodyVelocity") bv.maxForce = Vector3.new(1e9, 1e9, 1e9) bv.velocity = dis.CFrame.lookVector*math.random(500,2500) bv.Parent = dis game:GetService("Debris"):AddItem(dis, 5) targetted.Head.CFrame = larm.CFrame*CFrame.new(0,-1,0)*CFrame.Angles(math.rad(-90),0,0) CFuncs["Sound"].Create("rbxassetid://782353443", targetted.Head, 4,1) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox CFuncs["Sound"].Create("rbxassetid://824687369", targetted.Head, 6, 1) CFuncs["Sound"].Create("rbxassetid://153092227", targetted.Head,6,math.random(75,150)/150) CFuncs["Sound"].Create("rbxassetid://163680447", targetted.Head, 3,math.random(75,150)/150) CFuncs["Sound"].Create("rbxassetid://782354021", targetted.Head, 2.5,0.75) sphere2(5,"Add",targetted.Head.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(3,3,3),-0.03,15,-0.03,MAINRUINCOLOR.Color) targetted:FindFirstChildOfClass("Humanoid").CameraOffset = vt(math.random(-10,10)/5,math.random(-10,10)/5,math.random(-10,10)/5) for i = 0, 2 do slash(5,5,true,"Round","Add","Out",targetted.Head.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(50,350)/250,MAINRUINCOLOR.Color) end symbolizeBlink(targetted.Head,0,2092248396,MAINRUINCOLOR.Color,math.random(3,35),0,0,0,targetted.Head,true,math.random(3,9),0.25) getclientproperty not working roblox PasteShr getclientproperty not working roblox for i,v in pairs(targetted:GetChildren()) do if v:IsA("Part") or v:IsA("MeshPart") then v.Velocity = vt(0,0,0) end end end)) hum.CameraOffset = vt(math.random(-10,10)/25,math.random(-10,10)/25,math.random(-10,10)/25) RH.C0=clerp(RH.C0,cf(1,-0.7,-0.4)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(10),math.rad(6),math.rad(0 - 10 * math.cos(sine / 48))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-25),math.rad(10 - 2 * math.cos(sine / 43)),math.rad(20 + 5 * math.cos(sine / 45))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 + 0.25 * math.cos(sine / 256),0 + 0.5 * math.cos(sine / 128),1.3 + 0.5 * math.cos(sine / 24))*angles(math.rad(20 - 3 * math.cos(sine / 32)),math.rad(20 - 2 * math.cos(sine / 55)),math.rad(-40)),.1) getclientproperty not working roblox How to use it? getclientproperty not working roblox Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(80)),.8) RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.1 * math.cos(sine / 28),0)*angles(math.rad(20),math.rad(0),math.rad(40)),.8) LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),0)*angles(math.rad(170),math.rad(0),math.rad(-30)),.8) end hum.CameraOffset = vt(0,0,0) for i = 0, 49 do local dis = CreateParta(char,1,1,"Neon",MAINRUINCOLOR) dis.CFrame = targetted.Head.CFrame*CFrame.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))) local at1 = Instance.new("Attachment",dis) at1.Position = vt(-50000,0,0) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox local at2 = Instance.new("Attachment",dis) at2.Position = vt(50000,0,0) local trl = Instance.new('Trail',dis) trl.Attachment0 = at1 trl.FaceCamera = true trl.Attachment1 = at2 trl.Texture = "rbxassetid://1049219073" trl.LightEmission = 1 trl.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)}) trl.Color = ColorSequence.new(MAINRUINCOLOR.Color) getclientproperty not working roblox How to use it? getclientproperty not working roblox trl.Lifetime = 5 local bv = Instance.new("BodyVelocity") bv.maxForce = Vector3.new(1e9, 1e9, 1e9) bv.velocity = dis.CFrame.lookVector*math.random(500,2500) bv.Parent = dis game:GetService("Debris"):AddItem(dis, 5) end for i = 0, 49 do sphere2(math.random(10,75)/10,"Add",targetted.Head.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(5,5,5),-0.05,50,-0.05,MAINRUINCOLOR.Color) slash(math.random(10,30)/15,5,true,"Round","Add","Out",targetted.Head.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(40,500)/250,MAINRUINCOLOR.Color) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox end CFuncs["EchoSound"].Create("rbxassetid://824687369", char, 2, 0.9,0,10,0.25,0.5,1) for i = 0, 1 do CFuncs["Sound"].Create("rbxassetid://221920821", targetted.Head, 5,0.9) CFuncs["Sound"].Create("rbxassetid://221920821", targetted.Head, 7.5,0.75) end for i = 0, 4 do CFuncs["Sound"].Create("rbxassetid://824687369", targetted.Head, 10, 1) end symbolizeBlink(targetted.Head,0,2109052855,MAINRUINCOLOR.Color,30,0,0,0,root,false,0,1) getclientproperty not working roblox PasteShr getclientproperty not working roblox symbolizeBlink(targetted.Head,0,2109052855,MAINRUINCOLOR.Color,30,0,0,0,root,false,0,2) symbolizeBlink(targetted.Head,0,2109052855,MAINRUINCOLOR.Color,30,0,0,0,root,false,0,4) dmg(targetted) CFuncs["Sound"].Create("rbxassetid://847061203", root, 2.5,1) for i = 0, 9 do sphereMK(3,0.25,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1,1,10,-0.01,MAINRUINCOLOR.Color,0) end for i = 0, 24 do PixelBlock(1,math.random(4,8),"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),3,3,3,0.06,MAINRUINCOLOR,0) end getclientproperty not working roblox How to get it? getclientproperty not working roblox sphere(3,"Add",root.CFrame,vt(0,0,0),0.25,MAINRUINCOLOR) root.CFrame = originalpos for i = 0, 9 do sphereMK(3,0.25,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1,1,10,-0.01,MAINRUINCOLOR.Color,0) end for i = 0, 24 do PixelBlock(1,math.random(4,8),"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),3,3,3,0.06,MAINRUINCOLOR,0) end sphere(3,"Add",root.CFrame,vt(0,0,0),0.25,MAINRUINCOLOR) attack = false getclientproperty not working roblox PasteShr getclientproperty not working roblox hum.WalkSpeed = storehumanoidWS end end function CorruptionEvent() attack = true hum.WalkSpeed = 0 CFuncs["Sound"].Create("rbxassetid://838392947", root, 10, 1) CFuncs["Sound"].Create("rbxassetid://1368598393", root, 10, 1) for i = 0,4,0.1 do getclientproperty not working roblox How to use it? getclientproperty not working roblox swait() hum.CameraOffset = vt(math.random(-10,10)/100,math.random(-10,10)/100,math.random(-10,10)/100) block(10,"Add",rleg.CFrame*CFrame.new(0,-1,0),vt(1,1,1),0.01,0.01,0.01,MAINRUINCOLOR,MAINRUINCOLOR.Color) RH.C0=clerp(RH.C0,cf(1,-0.15,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-5),math.rad(-20)),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(1),math.rad(20)),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0.25,-0.05)*angles(math.rad(-20),math.rad(0),math.rad(10)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-10)),.1) RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(-5),math.rad(-10),math.rad(20)),.1) LW.C0=clerp(LW.C0,cf(-1.4,0.5,0.1)*angles(math.rad(-5),math.rad(10),math.rad(-20)),.1) end getclientproperty not working roblox How to get it? getclientproperty not working roblox symbolizeBlink(root,0,2109052855,MAINRUINCOLOR.Color,25,0,0,0,root,false,0,1) symbolizeBlink(root,0,2109052855,MAINRUINCOLOR.Color,25,0,0,0,root,false,0,1.5) symbolizeBlink(root,0,2109052855,MAINRUINCOLOR.Color,25,0,0,0,root,false,0,3) CFuncs["Sound"].Create("rbxassetid://1368637781", root, 3,1) CFuncs["Sound"].Create("rbxassetid://763718160", root, 4, 1.1) CFuncs["Sound"].Create("rbxassetid://782353443", root, 6, 1) CFuncs["EchoSound"].Create("rbxassetid://824687369", root, 10, 1.1,0,10,0.25,0.5,1) CFuncs["EchoSound"].Create("rbxassetid://824687369", char, 1.5, 1.1,0,10,0.25,0.5,1) hum.CameraOffset = vt(0,0,0) sphere2(5,"Add",root.CFrame*CFrame.new(0,-3,0),vt(10,1,10),1,0.01,1,MAINRUINCOLOR.Color,MAINRUINCOLOR.Color) getclientproperty not working roblox How to get it? getclientproperty not working roblox sphere2(5,"Add",root.CFrame*CFrame.new(0,-3,0),vt(10,1,10),2,0.01,2,MAINRUINCOLOR.Color,MAINRUINCOLOR.Color) for i = 0, 24 do slash(math.random(15,50)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-5,5)),math.rad(math.random(-5,5))),vt(0.01,0.01,0.01),math.random(200,500)/250,BrickColor.new("Really black").Color) end local rrot = 0 coroutine.resume(coroutine.create(function() for i = 0, 4 do rrot = rrot + 45 local xa = CreateParta(char,1,1,"Neon",BrickColor.random()) xa.Anchored = true getclientproperty not working roblox How to dowload it? getclientproperty not working roblox local xb = CreateParta(char,1,1,"Neon",BrickColor.random()) xb.Anchored = true local xc = CreateParta(char,1,1,"Neon",BrickColor.random()) xc.Anchored = true local xd = CreateParta(char,1,1,"Neon",BrickColor.random()) xd.Anchored = true CFuncs["Sound"].Create("rbxassetid://824687369", xa, 1,0.75) CFuncs["Sound"].Create("rbxassetid://822968467", xa, 2,0.95) CFuncs["Sound"].Create("rbxassetid://822969951", xa, 3,1) CFuncs["Sound"].Create("rbxassetid://824687369", xb, 1,0.75) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox CFuncs["Sound"].Create("rbxassetid://822968467", xb, 2,0.95) CFuncs["Sound"].Create("rbxassetid://822969951", xb, 3,1) CFuncs["Sound"].Create("rbxassetid://824687369", xc, 1,0.75) CFuncs["Sound"].Create("rbxassetid://822968467", xc, 2,0.95) CFuncs["Sound"].Create("rbxassetid://822969951", xc, 3,1) CFuncs["Sound"].Create("rbxassetid://824687369", xd, 1,0.75) CFuncs["Sound"].Create("rbxassetid://822968467", xd, 2,0.95) CFuncs["Sound"].Create("rbxassetid://822969951", xd, 3,1) xa.CFrame = root.CFrame*CFrame.Angles(0,math.rad(rrot),0)*CFrame.new(0,-3,-rrot/1.75) xb.CFrame = root.CFrame*CFrame.Angles(0,math.rad(rrot),0)*CFrame.new(0,-3,rrot/1.75) getclientproperty not working roblox PasteShr getclientproperty not working roblox xc.CFrame = root.CFrame*CFrame.Angles(0,math.rad(rrot),0)*CFrame.new(-rrot/1.75,-3,0) xd.CFrame = root.CFrame*CFrame.Angles(0,math.rad(rrot),0)*CFrame.new(rrot/1.75,-3,0) MagniDamage(xa, 30, 39*rrot/5,65*rrot/2.5, 0, "Normal") MagniDamage(xb, 30, 39*rrot/5,65*rrot/2.5, 0, "Normal") MagniDamage(xc, 30, 39*rrot/5,65*rrot/2.5, 0, "Normal") MagniDamage(xd, 30, 39*rrot/5,65*rrot/2.5, 0, "Normal") for i = 0, 9 do slash(math.random(15,50)/10,5,true,"Round","Add","Out",xa.CFrame*CFrame.new(0,-1.5,0)*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),vt(0.01,0.01,0.01),math.random(50,125)/250,BrickColor.new("Really black").Color) slash(math.random(15,50)/10,5,true,"Round","Add","Out",xb.CFrame*CFrame.new(0,-1.5,0)*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),vt(0.01,0.01,0.01),math.random(50,125)/250,BrickColor.new("Really black").Color) slash(math.random(15,50)/10,5,true,"Round","Add","Out",xc.CFrame*CFrame.new(0,-1.5,0)*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),vt(0.01,0.01,0.01),math.random(50,125)/250,BrickColor.new("Really black").Color) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox slash(math.random(15,50)/10,5,true,"Round","Add","Out",xd.CFrame*CFrame.new(0,-1.5,0)*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),vt(0.01,0.01,0.01),math.random(50,125)/250,BrickColor.new("Really black").Color) end block(1.5,"Add",xa.CFrame*CFrame.new(0,-10,0),vt(30,30,30),0.3,0.3,0.3,MAINRUINCOLOR,MAINRUINCOLOR.Color) block(1.5,"Add",xb.CFrame*CFrame.new(0,-10,0),vt(30,30,30),0.3,0.3,0.3,MAINRUINCOLOR,MAINRUINCOLOR.Color) block(1.5,"Add",xc.CFrame*CFrame.new(0,-10,0),vt(30,30,30),0.3,0.3,0.3,MAINRUINCOLOR,MAINRUINCOLOR.Color) block(1.5,"Add",xd.CFrame*CFrame.new(0,-10,0),vt(30,30,30),0.3,0.3,0.3,MAINRUINCOLOR,MAINRUINCOLOR.Color) sphere2(2,"Add",xa.CFrame*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),vt(25,1,25),0.05,1.5,0.05,MAINRUINCOLOR.Color,MAINRUINCOLOR.Color) sphere2(2,"Add",xb.CFrame*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),vt(25,1,25),0.05,1.5,0.05,MAINRUINCOLOR.Color,MAINRUINCOLOR.Color) sphere2(2,"Add",xc.CFrame*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),vt(25,1,25),0.05,1.5,0.05,MAINRUINCOLOR.Color,MAINRUINCOLOR.Color) sphere2(2,"Add",xd.CFrame*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),vt(25,1,25),0.05,1.5,0.05,MAINRUINCOLOR.Color,MAINRUINCOLOR.Color) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox sphere2(4,"Add",xa.CFrame*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),vt(30,1,30),0.05,1.5,0.05,BrickColor.new("Really black").Color,Color3.new(0,0,0)) sphere2(4,"Add",xb.CFrame*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),vt(30,1,30),0.05,1.5,0.05,BrickColor.new("Really black").Color,Color3.new(0,0,0)) sphere2(4,"Add",xc.CFrame*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),vt(30,1,30),0.05,1.5,0.05,BrickColor.new("Really black").Color,Color3.new(0,0,0)) sphere2(4,"Add",xd.CFrame*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),vt(30,1,30),0.05,1.5,0.05,BrickColor.new("Really black").Color,Color3.new(0,0,0)) game:GetService("Debris"):AddItem(xa, 5) game:GetService("Debris"):AddItem(xb, 5) game:GetService("Debris"):AddItem(xc, 5) game:GetService("Debris"):AddItem(xd, 5) coroutine.resume(coroutine.create(function() for i = 0, 19 do getclientproperty not working roblox How to use it? getclientproperty not working roblox swait() hum.CameraOffset = vt(math.random(-10,10)/50,math.random(-10,10)/50,math.random(-10,10)/50) end hum.CameraOffset = vt(0,0,0) end)) swait(9) end end)) for i = 0,2,0.1 do swait() getclientproperty not working roblox How to get it? getclientproperty not working roblox RH.C0=clerp(RH.C0,cf(1,-1,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(10)),.8) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(1),math.rad(10)),.8) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.25,-0.05)*angles(math.rad(10),math.rad(0),math.rad(0)),.8) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(40),math.rad(0),math.rad(0)),.8) RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(-35),math.rad(-10),math.rad(60)),.8) LW.C0=clerp(LW.C0,cf(-1.4,0.5,0.1)*angles(math.rad(-35),math.rad(10),math.rad(-50)),.8) end attack = false hum.WalkSpeed = storehumanoidWS end getclientproperty not working roblox PasteShr getclientproperty not working roblox function EndGROUND() attack = true hum.WalkSpeed = 0 --CFuncs["Sound"].Create("rbxassetid://838392947", root, 10, 1) CFuncs["Sound"].Create("rbxassetid://1368598393", root, 10, 1) CFuncs["EchoSound"].Create("rbxassetid://1436241883", char, 1.5, 1,0,10,0.15,0.5,1) CFuncs["EchoSound"].Create("rbxassetid://1436241883", root, 10, 1,0,10,0.15,0.5,1) for i = 0,4,0.1 do swait() getclientproperty not working roblox How to dowload it? getclientproperty not working roblox hum.CameraOffset = vt(math.random(-10,10)/100,math.random(-10,10)/100,math.random(-10,10)/100) block(10,"Add",rarm.CFrame*CFrame.new(0,-6,0),vt(4,4,4),0.05,0.05,0.05,BrickColor.new("Really black"),Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90))) slash(math.random(25,50)/10,5,true,"Round","Add","Out",rarm.CFrame*CFrame.new(0,-6,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.1,0.01,0.1),-0.1,Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90))) RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 7 * math.cos(sine / 56))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 3 * math.cos(sine / 52))),.1) RootJoint.C0 = clerp(RootJoint.C0, RootCF * CFrame.new(0, 0, 2.25 + 0.75 * math.cos(sine / 32)) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.15) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-30)),.1) RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(170),math.rad(-5),math.rad(10)),.1) LW.C0=clerp(LW.C0,cf(-1.4,0.5,0.1)*angles(math.rad(-5),math.rad(10),math.rad(-20)),.1) end getclientproperty not working roblox How to get it for free? getclientproperty not working roblox symbolizeBlink(root,0,2109052855,MAINRUINCOLOR.Color,25,0,0,0,root,false,0,1) CFuncs["Sound"].Create("rbxassetid://1368637781", root, 3,1) CFuncs["Sound"].Create("rbxassetid://763718160", root, 4, 1.1) CFuncs["Sound"].Create("rbxassetid://782353443", root, 6, 1) CFuncs["EchoSound"].Create("rbxassetid://824687369", root, 10, 1,0,10,0.25,0.5,1) CFuncs["EchoSound"].Create("rbxassetid://824687369", char, 2, 1,0,10,0.25,0.5,1) coroutine.resume(coroutine.create(function() local shval = 10 for i = 0, 99 do swait() getclientproperty not working roblox How to get it? getclientproperty not working roblox shval = shval - 0.1 hum.CameraOffset = vt(math.random(-shval,shval)/15,math.random(-shval,shval)/15,math.random(-shval,shval)/15) end hum.CameraOffset = vt(0,0,0) end)) sphere2(5,"Add",root.CFrame*CFrame.new(0,-3,0),vt(10,1,10),1,0.01,1,Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90)),BrickColor.new("Really black").Color) sphere2(5,"Add",root.CFrame*CFrame.new(0,-3,0),vt(10,1,10),2,0.01,2,Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90)),BrickColor.new("Really black").Color) for i = 0, 24 do slash(math.random(15,50)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-5,5)),math.rad(math.random(-5,5))),vt(0.01,0.01,0.01),math.random(200,500)/250,BrickColor.new("Really black").Color) end getclientproperty not working roblox How to dowload it? getclientproperty not working roblox local rrot = 0 local xam = 1.5 coroutine.resume(coroutine.create(function() for i = 0, 14 do --swait() rrot = rrot + 40*xam xam = xam + 0.50 local bonus = xam local xa = CreateParta(char,0.5,1,"Neon",BrickColor.random()) xa.Anchored = true getclientproperty not working roblox How to use it? getclientproperty not working roblox xa.Color = Color3.new(0,0,0) xa.CFrame = root.CFrame*CFrame.new(0,-3,-rrot/1.75) CreateMesh(xa,"Sphere",30*bonus,1,30*bonus) local xc = 0 local xcc = 0.5 coroutine.resume(coroutine.create(function() for i = 0, 99 do swait() xc = xc + 0.01 xcc = xcc + 0.05 getclientproperty not working roblox How to use it? getclientproperty not working roblox xa.Color = Color3.new(xc,0,xcc) end xa.Transparency = 1 CFuncs["Sound"].Create("rbxassetid://331666100", xa, 5,0.75) MagniDamage(xa, 30*bonus, 78*bonus,99*bonus, 0, "Normal") for i = 0, 9 do slash(math.random(15,50)/10,5,true,"Round","Add","Out",xa.CFrame*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),vt(0.01*bonus,0.01,0.01*bonus),math.random(50,125)/250*bonus,BrickColor.new("Really black").Color) end sphere2(2,"Add",xa.CFrame*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),vt(25*bonus,1,25*bonus),0.05*bonus,1.5*bonus,0.05*bonus,BrickColor.new("Really black").Color,Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90))) sphere2(4,"Add",xa.CFrame*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),vt(30*bonus,1,30*bonus),0.05*bonus,1.5*bonus,0.05*bonus,BrickColor.new("Really black").Color,Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90))) getclientproperty not working roblox How to get it? getclientproperty not working roblox game:GetService("Debris"):AddItem(xa, 5) coroutine.resume(coroutine.create(function() for i = 0, 19 do swait() hum.CameraOffset = vt(math.random(-10,10)/50,math.random(-10,10)/50,math.random(-10,10)/50) end hum.CameraOffset = vt(0,0,0) end)) end)) end getclientproperty not working roblox How to use it? getclientproperty not working roblox end)) for i = 0,2,0.1 do swait() RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 7 * math.cos(sine / 56))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 3 * math.cos(sine / 52))),.1) RootJoint.C0 = clerp(RootJoint.C0, RootCF * CFrame.new(0, 0, 2.25 + 0.75 * math.cos(sine / 32)) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.15) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-50)),.8) RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(35),math.rad(-10),math.rad(30)),.8) LW.C0=clerp(LW.C0,cf(-1.4,0.5,0.1)*angles(math.rad(-35),math.rad(10),math.rad(-50)),.8) end getclientproperty not working roblox PasteShr getclientproperty not working roblox attack = false hum.WalkSpeed = storehumanoidWS end function RapidBurst() attack = true hum.WalkSpeed = 0 CFuncs["Sound"].Create("rbxassetid://1368598393", char, 2.5, 0.5) CFuncs["Sound"].Create("rbxassetid://1368598393", root, 10, 0.5) CFuncs["EchoSound"].Create("rbxassetid://1718412034", char, 4, 1,0,10,0.15,0.5,1) getclientproperty not working roblox How to get it? getclientproperty not working roblox for i = 0,8,0.1 do swait() hum.CameraOffset = vt(math.random(-10,10)/100,math.random(-10,10)/100,math.random(-10,10)/100) slash(math.random(25,50)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,25,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(2,0.01,2),-2,BrickColor.random().Color) block(10,"Add",root.CFrame*CFrame.new(0,25,0),vt(0,0,0),0.5,0.5,0.5,BrickColor.random(),BrickColor.random().Color) RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-15 - 2 * math.cos(sine / 32))),.1) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(15 + 2 * math.cos(sine / 32))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0.15 + 0.02 * math.cos(sine / 32),-0.1 + 0.05 * math.cos(sine / 32))*angles(math.rad(-15 - 2 * math.cos(sine / 32)),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-25 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(0 + 2 * math.cos(sine / 53))),.1) RW.C0=clerp(RW.C0,cf(1.35,1 + 0.025 * math.cos(sine / 45),0)*angles(math.rad(165 + 5 * math.cos(sine / 74)),math.rad(1 - 3 * math.cos(sine / 53)),math.rad(-10 + 3 * math.cos(sine / 45))),.1) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox LW.C0=clerp(LW.C0,cf(-1.35,1 + 0.025 * math.cos(sine / 45),0)*angles(math.rad(165 - 3 * math.cos(sine / 73)),math.rad(2 - 1 * math.cos(sine / 55)),math.rad(13 - 3 * math.cos(sine / 45))),.1) end for i = 0, 99 do local dis = CreateParta(char,1,1,"Neon",MAINRUINCOLOR) dis.CFrame = root.CFrame*CFrame.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))) local at1 = Instance.new("Attachment",dis) at1.Position = vt(-25000,0,0) local at2 = Instance.new("Attachment",dis) at2.Position = vt(25000,0,0) local trl = Instance.new('Trail',dis) getclientproperty not working roblox How to get it? getclientproperty not working roblox trl.Attachment0 = at1 trl.FaceCamera = true trl.Attachment1 = at2 trl.Texture = "rbxassetid://1049219073" trl.LightEmission = 1 trl.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)}) trl.Color = ColorSequence.new(BrickColor.random().Color) trl.Lifetime = 5 local bv = Instance.new("BodyVelocity") bv.maxForce = Vector3.new(1e9, 1e9, 1e9) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox bv.velocity = dis.CFrame.lookVector*math.random(500,2500) bv.Parent = dis game:GetService("Debris"):AddItem(dis, 5) end symbolizeBlink(root,0,2109052855,MAINRUINCOLOR.Color,125,0,0,0,root,false,0,1) symbolizeBlink(root,0,2109052855,MAINRUINCOLOR.Color,125,0,0,0,root,false,0,1.5) symbolizeBlink(root,0,2109052855,MAINRUINCOLOR.Color,125,0,0,0,root,false,0,3) sphere2(2,"Add",root.CFrame,vt(1,1,1),1,1,1,BrickColor.random().Color,BrickColor.random().Color) sphere2(2,"Add",root.CFrame,vt(1,1,1),2,2,2,BrickColor.random().Color,BrickColor.random().Color) sphere2(2,"Add",root.CFrame,vt(1,1,1),4,4,4,BrickColor.random().Color,BrickColor.random().Color) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox sphere2(2,"Add",root.CFrame,vt(1,1,1),8,8,8,BrickColor.random().Color,BrickColor.random().Color) CFuncs["Sound"].Create("rbxassetid://1841058541", root, 10,1) CFuncs["Sound"].Create("rbxassetid://2095993595", char, 5,0.8) CFuncs["Sound"].Create("rbxassetid://1841058541", char, 5,1) hum.CameraOffset = vt(0,0,0) for i = 0, 24 do slash(math.random(10,30)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(500,1500)/250,BrickColor.random().Color) end local distam = 0 coroutine.resume(coroutine.create(function() getclientproperty not working roblox How to get it for free? getclientproperty not working roblox for i = 0, 99 do wait() distam = distam + 1 local xa = CreateParta(char,1,1,"Neon",BrickColor.random()) xa.Anchored = true xa.CFrame = root.CFrame*CFrame.new(math.random(-distam,distam),math.random(-distam,distam),math.random(-distam,distam)) game:GetService("Debris"):AddItem(xa, 5) for i = 0, 4 do slash(math.random(25,50)/10,5,true,"Round","Add","Out",xa.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(200,500)/250,BrickColor.random().Color) end getclientproperty not working roblox How to use it? getclientproperty not working roblox coroutine.resume(coroutine.create(function() local eff = Instance.new("ParticleEmitter",xa) eff.Texture = "rbxassetid://2273224484" eff.LightEmission = 1 eff.Color = ColorSequence.new(BrickColor.random().Color) eff.Rate = 500000 eff.Lifetime = NumberRange.new(1,3) eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,30,0),NumberSequenceKeypoint.new(0.2,5,0),NumberSequenceKeypoint.new(0.8,5,0),NumberSequenceKeypoint.new(1,0,0)}) eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(0.1,0,0),NumberSequenceKeypoint.new(0.8,0,0),NumberSequenceKeypoint.new(1,1,0)}) eff.Speed = NumberRange.new(50,500) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox eff.Drag = 5 eff.Rotation = NumberRange.new(-500,500) eff.VelocitySpread = 9000 eff.RotSpeed = NumberRange.new(-50,50) wait(0.25) eff.Enabled = false end)) coroutine.resume(coroutine.create(function() for i = 0, 19 do swait() getclientproperty not working roblox How to get it for free? getclientproperty not working roblox hum.CameraOffset = vt(math.random(-10,10)/10,math.random(-10,10)/10,math.random(-10,10)/10) end hum.CameraOffset = vt(0,0,0) end)) CFuncs["Sound"].Create("rbxassetid://675172759", xa, 7,math.random(100,200)/200) sphere2(5,"Add",xa.CFrame,vt(1,1,1),1,1,1,BrickColor.random().Color,BrickColor.random().Color) sphere2(5,"Add",xa.CFrame,vt(1,1,1),2,2,2,BrickColor.random().Color,BrickColor.random().Color) MagniDamage(xa, 60, 9999,99999, 0, "Normal") end end)) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox attack = false hum.WalkSpeed = storehumanoidWS end function PowerDrag() local targetted = nil if mouse.Target.Parent ~= Character and mouse.Target.Parent.Parent ~= Character and mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then targetted = mouse.Target.Parent end getclientproperty not working roblox How to get it for free? getclientproperty not working roblox if targetted ~= nil then RootPart.CFrame = FaceMouse()[1] attack = true hum.WalkSpeed = 0 for x = 0, 1 do for i = 0,1,0.5 do swait() RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(8 - 6 * math.cos(sine / 67)),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-18 - 5 * math.cos(sine / 32))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-15 - 8 * math.cos(sine / 74)),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(31 + 8 * math.cos(sine / 38))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,1)*angles(math.rad(0),math.rad(0),math.rad(90)),.3) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox Torso.Neck.C0=clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(15),math.rad(0)),.3) RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.1 * math.cos(sine / 30),0)*angles(math.rad(90),math.rad(0),math.rad(90)),.3) LW.C0=clerp(LW.C0,cf(-0.85,0.5 + 0.1 * math.cos(sine / 28),-0.65)*angles(math.rad(40),math.rad(0),math.rad(100)),.3) end for i = 0,1,0.5 do swait() RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(6),math.rad(0),math.rad(-10 + 1 * math.cos(sine / 34))),.3) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(3),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.3) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,1)*angles(math.rad(0),math.rad(0),math.rad(180)),.3) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(15),math.rad(0)),.3) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.1 * math.cos(sine / 30),0)*angles(math.rad(90),math.rad(0),math.rad(90)),.3) LW.C0=clerp(LW.C0,cf(-0.85,0.5 + 0.1 * math.cos(sine / 28),-0.65)*angles(math.rad(40),math.rad(0),math.rad(100)),.3) end for i = 0,1,0.5 do swait() RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(6),math.rad(0),math.rad(-10 + 1 * math.cos(sine / 34))),.3) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(3),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.3) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,1)*angles(math.rad(0),math.rad(0),math.rad(270)),.3) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(15),math.rad(0)),.3) RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.1 * math.cos(sine / 30),0)*angles(math.rad(90),math.rad(0),math.rad(90)),.3) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox LW.C0=clerp(LW.C0,cf(-0.85,0.5 + 0.1 * math.cos(sine / 28),-0.65)*angles(math.rad(40),math.rad(0),math.rad(100)),.3) end for i = 0,1,0.5 do swait() RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(6),math.rad(0),math.rad(-10 + 1 * math.cos(sine / 34))),.3) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(3),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.3) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,1)*angles(math.rad(0),math.rad(0),math.rad(0)),.3) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(15),math.rad(0)),.3) RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.1 * math.cos(sine / 30),0)*angles(math.rad(90),math.rad(0),math.rad(90)),.3) LW.C0=clerp(LW.C0,cf(-0.85,0.5 + 0.1 * math.cos(sine / 28),-0.65)*angles(math.rad(40),math.rad(0),math.rad(100)),.3) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox end end coroutine.resume(coroutine.create(function() targetted:FindFirstChildOfClass("Humanoid").Health = targetted:FindFirstChildOfClass("Humanoid").Health + 50 CFuncs["Sound"].Create("rbxassetid://884155627", targetted.Head, 1,1) CFuncs["Sound"].Create("rbxassetid://153092213", targetted.Head, 2.5,1) end)) local A1 = Instance.new("Attachment",targetted.Head) local A2 = Instance.new("Attachment",sorb) local Beem = Instance.new("Beam",tors) getclientproperty not working roblox How to get it? getclientproperty not working roblox Beem.Attachment0 = A1 Beem.Attachment1 = A2 Beem.Texture = "rbxassetid://897585362" Beem.LightEmission = 0.75 Beem.FaceCamera = true Beem.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 0)}) Beem.Width0 = 1 Beem.Width1 = 1 Beem.TextureMode = "Wrap" Beem.TextureLength = 1 getclientproperty not working roblox How to use it? getclientproperty not working roblox Beem.Color = ColorSequence.new(MAINRUINCOLOR.Color) sphere2(3,"Add",targetted.Head.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0,0,0),0.15,0.15,0.15,MAINRUINCOLOR.Color) sphere2(3,"Add",targetted.Head.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0,0,0),0.2,0.2,0.2,MAINRUINCOLOR.Color) for x = 0, 24 do local rsiz = math.random(5,15) sphereMK(math.random(1,5),0.25,"Add",targetted.Head.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),rsiz/10,rsiz/10,rsiz/10,0,MAINRUINCOLOR.Color,0) end CFuncs["EchoSound"].Create("rbxassetid://1448032965", char, 7, 1,0,10,0.15,0.5,1) CFuncs["EchoSound"].Create("rbxassetid://1448032965", root, 60, 1,0,10,0.15,0.5,1) for i = 0,3,0.1 do getclientproperty not working roblox How to use it? getclientproperty not working roblox swait() coroutine.resume(coroutine.create(function() local rsiz = math.random(5,15) targetted:FindFirstChildOfClass("Humanoid").Health = targetted:FindFirstChildOfClass("Humanoid").Health + 10 sphereMK(math.random(1,5),0.01,"Add",targetted.Head.CFrame*CFrame.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),rsiz/10,rsiz/10,rsiz/10,0,MAINRUINCOLOR.Color,0) end)) sphere2(8,"Add",sorb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),0.01,0.01,0.01,MAINRUINCOLOR.Color) RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(8 - 6 * math.cos(sine / 67)),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-18 - 5 * math.cos(sine / 32))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-15 - 8 * math.cos(sine / 74)),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(31 + 8 * math.cos(sine / 38))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,1)*angles(math.rad(0),math.rad(0),math.rad(50)),.6) getclientproperty not working roblox PasteShr getclientproperty not working roblox Torso.Neck.C0=clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(15),math.rad(-50)),.6) RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.1 * math.cos(sine / 30),0)*angles(math.rad(90),math.rad(0),math.rad(50)),.6) LW.C0=clerp(LW.C0,cf(-0.85,0.5 + 0.1 * math.cos(sine / 28),-0.65)*angles(math.rad(40),math.rad(0),math.rad(100)),.6) end CFuncs["Sound"].Create("rbxassetid://231917750", sorb, 1.25,0.9) CFuncs["Sound"].Create("rbxassetid://1042716828", sorb, 1.5,1) local vel = Instance.new("BodyPosition", targetted.Head) vel.P = 12500 vel.D = 1000 vel.maxForce = Vector3.new(50000000000, 10e10, 50000000000) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox vel.position = hed.CFrame.p + root.CFrame.lookVector*2.75 for i = 0,4,0.1 do swait() coroutine.resume(coroutine.create(function() local rsiz = math.random(5,15) targetted:FindFirstChildOfClass("Humanoid").Health = targetted:FindFirstChildOfClass("Humanoid").Health + 10 sphereMK(math.random(1,5),0.01,"Add",targetted.Head.CFrame*CFrame.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),rsiz/10,rsiz/10,rsiz/10,0,MAINRUINCOLOR.Color,0) end)) sphere2(8,"Add",sorb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),0.01,0.01,0.01,MAINRUINCOLOR.Color) RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(6),math.rad(0),math.rad(-10 + 1 * math.cos(sine / 34))),.2) getclientproperty not working roblox How to use it? getclientproperty not working roblox LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(3),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.2) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,1)*angles(math.rad(0),math.rad(0),math.rad(-40)),.2) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(15),math.rad(40)),.2) RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.1 * math.cos(sine / 30),0)*angles(math.rad(90),math.rad(0),math.rad(-50)),.2) LW.C0=clerp(LW.C0,cf(-0.85,0.5 + 0.1 * math.cos(sine / 28),-0.65)*angles(math.rad(40),math.rad(0),math.rad(100)),.2) end local visibility = 0 coroutine.resume(coroutine.create(function() for i = 0, 49 do swait() getclientproperty not working roblox PasteShr getclientproperty not working roblox visibility = visibility + 0.02 Beem.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, visibility),NumberSequenceKeypoint.new(1, visibility)}) end Beem:Destroy() A1:Destroy() A2:Destroy() end)) game:GetService("Debris"):AddItem(vel,0.75) attack = false hum.WalkSpeed = storehumanoidWS getclientproperty not working roblox How to get it for free? getclientproperty not working roblox end end function Bloom() attack = true hum.WalkSpeed = 0 CFuncs["Sound"].Create("rbxassetid://1368598393", char, 2.5, 0.5) CFuncs["Sound"].Create("rbxassetid://1368598393", root, 10, 0.5) CFuncs["EchoSound"].Create("rbxassetid://1718412034", char, 4, 1,0,10,0.15,0.5,1) getclientproperty not working roblox How to get it? getclientproperty not working roblox for i = 0,70 do swait() RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 2 * math.cos(sine / 32))),.3) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 2 * math.cos(sine / 32))),.3) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0 + 0.02 * math.cos(sine / 32),1 + 0.15 * math.cos(sine / 32))*angles(math.rad(0 - 2 * math.cos(sine / 32)),math.rad(0),math.rad(0)),.3) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(35 - 2 * math.cos(sine / 37)),math.rad(0),math.rad(0)),.3) RW.C0=clerp(RW.C0,cf(1,0.5 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(90 + 6 * math.cos(sine / 72)),math.rad(3 - 2 * math.cos(sine / 58)),math.rad(-80 + 2 * math.cos(sine / 45))),.3) LW.C0=clerp(LW.C0,cf(-1,0.5 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(80 - 7 * math.cos(sine / 66)),math.rad(4 - 3 * math.cos(sine / 59)),math.rad(71 - 4 * math.cos(sine / 45))),.3) end coroutine.resume(coroutine.create(function() getclientproperty not working roblox How to get it for free? getclientproperty not working roblox wait(0.25) sphere2(1,"Add",root.CFrame,vt(500,500,500),-10,-10,-10,BrickColor.new("Really black").Color) sphere2(1,"Add",root.CFrame,vt(750,750,750),-15,-15,-15,BrickColor.new("Maroon").Color) CFuncs["Sound"].Create("rbxassetid://134854740", char, 3, 1) CFuncs["Sound"].Create("rbxassetid://157878578", char, 3, 0.5) CFuncs["Sound"].Create("rbxassetid://165970126", char, 2, 0.25) CFuncs["Sound"].Create("rbxassetid://167115397", char, 2, 1) CFuncs["Sound"].Create("rbxassetid://184173042", char, 4, 1.125) CFuncs["Sound"].Create("rbxassetid://1368605755", char, 4, 1) getclientproperty not working roblox How to use it? getclientproperty not working roblox CFuncs["Sound"].Create("rbxassetid://763718160", char, 1.5, 0.5) CFuncs["Sound"].Create("rbxassetid://763718160", char, 1.5, 0.25) CFuncs["Sound"].Create("rbxassetid://782353443", char, 4, 1) CFuncs["Sound"].Create("rbxassetid://782353443", char, 4, 0.75) CFuncs["LongSound"].Create("rbxassetid://782353443", char, 4, 0.5) CFuncs["LongSound"].Create("rbxassetid://782353443", char, 4, 0.25) CFuncs["Sound"].Create("rbxassetid://1664711478", char, 4, 1) CFuncs["Sound"].Create("rbxassetid://239000203", char, 4, 1) coroutine.resume(coroutine.create(function() for i = 0, 42, 0.1 do getclientproperty not working roblox How to use it? getclientproperty not working roblox swait() MagniDamage(root, 300, 10,25, 0, "Normal") coroutine.resume(coroutine.create(function() slash(math.random(10,40)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(250,2500)/250,BrickColor.new(math.random(0,1),0,0).Color) sphere2(5,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(10,10,10),5,5,5,BrickColor.new(math.random(0,1),0,0).Color) sphere2(5,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(10,10,10),1,35,1,BrickColor.new(math.random(0,1),0,0).Color) sphere2(5,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(10,10,10),0,50,0,BrickColor.new(math.random(0,1),0,0).Color) end)) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox end hum.WalkSpeed = storehumanoidWS attack = false end)) end)) for i = 0,2,0.1 do swait() RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 2 * math.cos(sine / 32))),.3) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 2 * math.cos(sine / 32))),.3) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0.2 + 0.02 * math.cos(sine / 32),1 + 0.15 * math.cos(sine / 32))*angles(math.rad(-20 - 2 * math.cos(sine / 32)),math.rad(0),math.rad(0)),.3) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-25 - 2 * math.cos(sine / 37)),math.rad(0),math.rad(0)),.3) RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.025 * math.cos(sine / 45),0)*angles(math.rad(90 + 6 * math.cos(sine / 72)),math.rad(3 - 2 * math.cos(sine / 58)),math.rad(100 + 2 * math.cos(sine / 45))),.3) LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.025 * math.cos(sine / 45),0)*angles(math.rad(90 - 7 * math.cos(sine / 66)),math.rad(4 - 3 * math.cos(sine / 59)),math.rad(-101 - 4 * math.cos(sine / 45))),.3) end end function hnn() --Credits to gek!-- attack = true hum.WalkSpeed = 0 getclientproperty not working roblox How to dowload it? getclientproperty not working roblox ParaMode = 0 newThemeCust("rbxassetid://1478150946",10,1.01,10) CFuncs["Sound"].Create("rbxassetid://1295446488", root, 10, 1) local vel = Instance.new("BodyPosition", root) vel.P = 10000 vel.D = 1000 vel.maxForce = Vector3.new(50000000000, 10e10, 50000000000) vel.position = root.CFrame.p + vt(0,250,0) for i = 0, 5 do swait() getclientproperty not working roblox How to dowload it? getclientproperty not working roblox slash(math.random(10,100)/10,3,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-360,360)),math.rad(math.random(-10,10))),vt(0.01,0.01,0.01),math.random(50,500)/250,Color3.fromRGB(0,0, 125 + 125 * math.cos(sine / 52))) end local Flies = 0 local Flies2 = 0 local Flies3 = 0 local Flies4 = 0 local Flies5 = 0 wait(1) local SFX = Instance.new("Sound",char) SFX.Volume = 10 getclientproperty not working roblox How to get it for free? getclientproperty not working roblox SFX.PlaybackSpeed = 0 SFX.SoundId = "rbxassetid://1042696115" SFX.Looped = true SFX:Play() local eex2 = Instance.new("ParticleEmitter",Torso) eex2.Texture = "rbxassetid://2273224484" eex2.LightEmission = 1009 eex2.Color = ColorSequence.new(BrickColor.new("New Yeller").Color) eex2.Rate = 5000 eex2.Lifetime = NumberRange.new(3,5) getclientproperty not working roblox How to get it? getclientproperty not working roblox eex2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,20,0),NumberSequenceKeypoint.new(1,1,0)}) eex2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.2,0,0),NumberSequenceKeypoint.new(1,1,0)}) eex2.Speed = NumberRange.new(500,1000) eex2.Drag = 5 eex2.Rotation = NumberRange.new(-500,500) eex2.VelocitySpread = 360 eex2.RotSpeed = NumberRange.new(-100,100) for i = 0, 100, 0.1 do swait() Flies = Flies - 0.12/2 getclientproperty not working roblox How to get it? getclientproperty not working roblox Flies2 = Flies2 - 0.007/2 Flies5 = Flies5 - 0.001/2 Flies4 = Flies4 - 0.0007/2 Flies3 = Flies3 - 1/2 RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 6 * math.cos(sine / 39))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 3 * math.cos(sine / 45))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0.3,-0.15-Flies)*angles(math.rad(-30),math.rad(0),math.rad(0)),.5) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-30),math.rad(0),math.rad(0 - 2.5 * math.cos(sine / 0.2))),.5) RW.C0=clerp(RW.C0,cf(1.45,0.4,0)*angles(math.rad(-20),math.rad(0 - 2 * math.cos(sine / 0.2)),math.rad(80 + 2 * math.cos(sine / 0.2))),.5) LW.C0=clerp(LW.C0,cf(-1.45,0.4,0)*angles(math.rad(-20),math.rad(0 + 2 * math.cos(sine / 0.2)),math.rad(-80 - 2 * math.cos(sine / 0.2))),.5) getclientproperty not working roblox PasteShr getclientproperty not working roblox SFX.PlaybackSpeed = 0-Flies5 slash(math.random(50,50)/10,50,true,"Round","Add","Out",tors.CFrame*CFrame.new(0,-0 + 2 * math.cos(sine / 32),0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.1-Flies2,0.001,0.1-Flies2),math.random(2.4,2.4)/100,Color3.fromRGB(0,0, 125 + 125 * math.cos(sine / 52))) sphere2(8,"Add",tors.CFrame*CFrame.Angles(math.rad(0+Flies3),math.rad(0+Flies3+Flies3),math.rad(0+Flies3+Flies3+Flies3))*CFrame.new(0,-0,0)*CFrame.Angles(math.rad(0),0,0),vt(0,0,0),0.015-Flies4,0.015-Flies2-Flies2-Flies2-Flies2,0.015-Flies4,Color3.fromRGB(125 + 125 * math.cos(sine / 81),125 + 125 * math.cos(sine / 81),0)) sphere2(8,"Add",tors.CFrame*CFrame.Angles(math.rad(0+Flies3+Flies3),math.rad(0-Flies3),math.rad(0-Flies3-Flies3-Flies3))*CFrame.new(0,-0,0)*CFrame.Angles(math.rad(0),0,0),vt(0,0,0),0.05-Flies2,0.05-Flies2,0.05-Flies2,Color3.fromRGB(125 + 125 * math.cos(sine / 81),125 + 125 * math.cos(sine / 81),0)) end for i = 0, 50, 0.1 do swait() Flies = Flies + 0.12/2 Flies2 = Flies2 + 0.007/2 Flies5 = Flies5 + 0.001/2 getclientproperty not working roblox How to dowload it? getclientproperty not working roblox Flies4 = Flies4 + 0.0007/2 Flies3 = Flies3 + 1/2 Flies = Flies + 0.12/2 Flies2 = Flies2 + 0.007/2 Flies5 = Flies5 + 0.001/2 Flies4 = Flies4 + 0.0007/2 Flies3 = Flies3 + 1/2 SFX.PlaybackSpeed = 0-Flies5 slash(math.random(50,50)/10,50,true,"Round","Add","Out",tors.CFrame*CFrame.new(0,-0 + 2 * math.cos(sine / 32),0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.1-Flies2,0.001,0.1-Flies2),math.random(2.4,2.4)/100,Color3.fromRGB(0,0, 125 + 125 * math.cos(sine / 52))) sphere2(8,"Add",tors.CFrame*CFrame.Angles(math.rad(0+Flies3),math.rad(0+Flies3+Flies3),math.rad(0+Flies3+Flies3+Flies3))*CFrame.new(0,-0,0)*CFrame.Angles(math.rad(0),0,0),vt(0,0,0),0.015-Flies4,0.015-Flies2-Flies2-Flies2-Flies2,0.015-Flies4,Color3.fromRGB(125 + 125 * math.cos(sine / 81),125 + 125 * math.cos(sine / 81),0)) getclientproperty not working roblox PasteShr getclientproperty not working roblox sphere2(8,"Add",tors.CFrame*CFrame.Angles(math.rad(0+Flies3+Flies3),math.rad(0-Flies3),math.rad(0-Flies3-Flies3-Flies3))*CFrame.new(0,-0,0)*CFrame.Angles(math.rad(0),0,0),vt(0,0,0),0.05-Flies2,0.05-Flies2,0.05-Flies2,Color3.fromRGB(125 + 125 * math.cos(sine / 81),125 + 125 * math.cos(sine / 81),0)) end for i = 0, 25, 0.1 do swait() sphereMK(5,2,"Add",tors.CFrame*CFrame.new(0,0,0)*CFrame.Angles(math.rad(90 + math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),10,10,10,0,Color3.fromRGB(125 + 125 * math.cos(sine / 81),125 + 125 * math.cos(sine / 81),0),0) end for i = 0, 25, 0.1 do sphereMK(3,3,"Add",tors.CFrame*CFrame.new(0,0,0)*CFrame.Angles(math.rad(90 + math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),10,10,10,0,Color3.fromRGB(125 + 125 * math.cos(sine / 81),125 + 125 * math.cos(sine / 81),0),0) end SFX:Remove() getclientproperty not working roblox PasteShr getclientproperty not working roblox vel:Remove() eex2:Remove() for i = 0,40 do sphere2(0.5,"Add",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360)))*CFrame.new(0,-0,0)*CFrame.Angles(math.rad(0),0,0),vt(0,0,0),0.5-Flies4,0-Flies2-Flies2-Flies2-Flies2,0.5-Flies4,Color3.fromRGB(125 + 125 * math.cos(sine / 81),125 + 125 * math.cos(sine / 81),0)) local dis = CreateParta(char,1,1,"Neon",BrickColor.new("New Yeller")) dis.CFrame = tors.CFrame*CFrame.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))) local at1 = Instance.new("Attachment",dis) at1.Position = vt(-25000,0,0) local at2 = Instance.new("Attachment",dis) at2.Position = vt(25000,0,0) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox local trl = Instance.new('Trail',dis) trl.Attachment0 = at1 trl.FaceCamera = true trl.Attachment1 = at2 trl.Texture = "rbxassetid://1049219073" trl.LightEmission = 100 trl.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)}) trl.Color = ColorSequence.new(Color3.new(1,1,0)) trl.Lifetime = 5 local bv = Instance.new("BodyVelocity") getclientproperty not working roblox PasteShr getclientproperty not working roblox bv.maxForce = Vector3.new(1e9, 1e9, 1e9) bv.velocity = dis.CFrame.lookVector*math.random(500,2500) bv.Parent = dis game:GetService("Debris"):AddItem(dis, 5) end CFuncs["Sound"].Create("rbxassetid://1368605755", char, 7.5, 1) CFuncs["Sound"].Create("rbxassetid://763718160", char, 10, 0.5) CFuncs["Sound"].Create("rbxassetid://763718160", char, 10, 0.25) CFuncs["Sound"].Create("rbxassetid://782353443", char, 10, 1) CFuncs["Sound"].Create("rbxassetid://782353443", char, 10, 0.75) getclientproperty not working roblox PasteShr getclientproperty not working roblox CFuncs["LongSound"].Create("rbxassetid://782353443", char, 10, 0.5) CFuncs["LongSound"].Create("rbxassetid://782353443", char, 10, 0.25) CFuncs["Sound"].Create("rbxassetid://1664711478", char, 10, 1) for i = 0, 2 do CFuncs["Sound"].Create("rbxassetid://824687369", char, 10, 1) CFuncs["Sound"].Create("rbxassetid://824687369", char, 10, 0.75) end sngy.Text = "Rukkus - TRUTH OR DARE?" nedx.Text = "WSpeed: 650" ChangeParaMode("A1",BrickColor.new("New Yeller").Color,BrickColor.new("Electric blue").Color,"Code") getclientproperty not working roblox How to get it? getclientproperty not working roblox MAINRUINCOLOR = BrickColor.new("New Yeller") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Electric blue"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,0,BrickColor.new("Electric blue"),0,MAINRUINCOLOR,true) ParaMode = 31 storehumanoidWS = 650 hum.WalkSpeed = 650 rainbowmode = false TROL = false VOI = false PERM = false chaosmode = false getclientproperty not working roblox How to dowload it? getclientproperty not working roblox ----- attack = false end function hmm() attack = true hum.WalkSpeed = 0 ParaMode = 0 newThemeCust("rbxassetid://1074484884",46,1.01,10) MAINRUINCOLOR = BrickColor.new("Electric blue") getclientproperty not working roblox How to use it? getclientproperty not working roblox local vel = Instance.new("BodyPosition", root) vel.P = 25000 vel.D = 1000 vel.maxForce = Vector3.new(50000000000, 10e10, 50000000000) vel.position = root.CFrame.p + vt(0,500,0) CFuncs["Sound"].Create("rbxassetid://1295446488", char, 1.5, 1) CFuncs["Sound"].Create("rbxassetid://824687369", char, 5, 0.6) CFuncs["Sound"].Create("rbxassetid://824687369", char, 5, 0.7) CFuncs["Sound"].Create("rbxassetid://824687369", char, 5, 0.8) CFuncs["Sound"].Create("rbxassetid://289315275", char, 7.5, 1) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox CFuncs["Sound"].Create("rbxassetid://419447292", char, 7, 1) CFuncs["Sound"].Create("rbxassetid://419447292", char, 6.5, 0.8) CFuncs["Sound"].Create("rbxassetid://1368583274", char, 7.5, 0.25) local xxcc = 0 for i = 0, 80 do slash(math.random(10,40)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(250,2500)/250,MAINRUINCOLOR.Color) end for i = 0, 80, 0.1 do swait() xxcc = xxcc + 0.1 getclientproperty not working roblox How to use it? getclientproperty not working roblox slash(math.random(10,100)/10,3,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-360,360)),math.rad(math.random(-10,10))),vt(0.05,0.01,0.05),math.random(25,500)/250,BrickColor.new("Electric blue").Color) slash(math.random(10,40)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(250,2500)/250,MAINRUINCOLOR.Color) sphere2(5,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),xxcc,xxcc,xxcc,BrickColor.new("Really black").Color) hum.CameraOffset = vt(math.random(-10,10)/30,math.random(-10,10)/30,math.random(-10,10)/30) RH.C0=clerp(RH.C0,cf(1,-0.35,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-1),math.rad(0),math.rad(-25)),.8) LH.C0=clerp(LH.C0,cf(-1,-0.45,-0.5)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-1),math.rad(0),math.rad(25)),.8) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.8) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(35),math.rad(0),math.rad(0)),.8) RW.C0=clerp(RW.C0,cf(1.15,0.5,-0.5)*angles(math.rad(90),math.rad(0),math.rad(-57)),.8) LW.C0=clerp(LW.C0,cf(-1.15,0.5,-0.5)*angles(math.rad(83),math.rad(0),math.rad(58)),.8) getclientproperty not working roblox How to use it? getclientproperty not working roblox end CFuncs["Sound"].Create("rbxassetid://1368605755", char, 7.5, 1) CFuncs["Sound"].Create("rbxassetid://763718160", char, 10, 0.5) CFuncs["Sound"].Create("rbxassetid://763718160", char, 10, 0.25) CFuncs["Sound"].Create("rbxassetid://782353443", char, 10, 1) CFuncs["Sound"].Create("rbxassetid://782353443", char, 10, 0.75) CFuncs["LongSound"].Create("rbxassetid://782353443", char, 10, 0.5) CFuncs["LongSound"].Create("rbxassetid://782353443", char, 10, 0.25) CFuncs["Sound"].Create("rbxassetid://1664711478", char, 10, 1) CFuncs["Sound"].Create("rbxassetid://134854740", char, 3, 1) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox CFuncs["Sound"].Create("rbxassetid://157878578", char, 3, 0.5) CFuncs["Sound"].Create("rbxassetid://165970126", char, 2, 0.25) vel:Destroy() local absval = 0 for i = 0, 49 do sphere2(5,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(10,10,10),5,5,5,BrickColor.new("Electric blue").Color) sphere2(5,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(10,10,10),1,35,1,BrickColor.new("Electric blue").Color) sphere2(5,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(10,10,10),0,50,0,BrickColor.new("Electric blue").Color) sphere2(1,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(10,10,10),0.1,absval*100,0.1,BrickColor.new("Really black").Color) end getclientproperty not working roblox How to dowload it? getclientproperty not working roblox for i = 0, 3, 0.1 do swait() hum.CameraOffset = vt(math.random(-20,20)/5*absval,math.random(-20,20)/5*absval,math.random(-20,20)/5*absval) sphere2(9,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),absval+5,absval+5,absval+5,BrickColor.new("Electric blue").Color) for i = 0, 4 do slash(math.random(10,50)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(absval/2,0.01,absval/2),math.random(50,5000)/100,BrickColor.new("Really black").Color) end RH.C0=clerp(RH.C0,cf(1,-0.05,-0.75)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(-30)),.1) LH.C0=clerp(LH.C0,cf(-1,-0.5,-0.25)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(30)),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,1.5 + 0.1 * math.cos(sine / 28))*angles(math.rad(20 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(0)),.1) getclientproperty not working roblox How to use it? getclientproperty not working roblox Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(55),math.rad(0),math.rad(0)),.1) RW.C0=clerp(RW.C0,cf(0.75,0.5,-0.25)*angles(math.rad(140),math.rad(0),math.rad(-20 + 2.5 * math.cos(sine / 28))),.1) LW.C0=clerp(LW.C0,cf(-0.75,0.5,-0.25)*angles(math.rad(140),math.rad(0),math.rad(20 - 2.5 * math.cos(sine / 28))),.1) end sngy.Text = "Camellia - GHOST" nedx.Text = "WSpeed: 450" ChangeParaMode("PRETERNATUAL",BrickColor.new("Electric blue").Color,BrickColor.new("Really black").Color,"Arcade") MAINRUINCOLOR = BrickColor.new("Electric blue") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Really black"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,0,BrickColor.new("Really black"),0,MAINRUINCOLOR,true) ParaMode = 30 getclientproperty not working roblox PasteShr getclientproperty not working roblox storehumanoidWS = 450 hum.WalkSpeed = 450 rainbowmode = false TROL = false VOI = false PERM = false chaosmode = false ----- attack = false end getclientproperty not working roblox How to get it? getclientproperty not working roblox function attackone() attack = true for i = 0,1,0.1 do swait() RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,-0.15,0)* angles(math.rad(10),math.rad(0),math.rad(0)),0.3) Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(10),math.rad(0),math.rad(0)),.3) RW.C0 = clerp(RW.C0, CFrame.new(1.25, 0.5, -0.5) * angles(math.rad(40), math.rad(0), math.rad(-90)), 0.3) LW.C0 = clerp(LW.C0, CFrame.new(-1.25, 0.5, -0.5) * angles(math.rad(40), math.rad(0), math.rad(70)), 0.3) RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-1.5),math.rad(0),math.rad(10)),.3) getclientproperty not working roblox PasteShr getclientproperty not working roblox LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(-10)),.3) end CameraEnshaking(3,4) MagniDamage(root, 12, 15,30, 0, "Normal") sphere2(5,"Add",root.CFrame*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),vt(1,1,1),0.35,0.35,0.35,MAINRUINCOLOR.Color) sphere2(7.5,"Add",root.CFrame*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),vt(2,1,2),0.35,0.35,0.35,MAINRUINCOLOR.Color) sphere2(10,"Add",root.CFrame*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),vt(2,2,2),0.35,0.35,0.35,MAINRUINCOLOR.Color) coroutine.resume(coroutine.create(function() local eff = Instance.new("ParticleEmitter",root) eff.Texture = "rbxassetid://363275192" getclientproperty not working roblox How to use it? getclientproperty not working roblox eff.LightEmission = 0.95 eff.Color = ColorSequence.new(MAINRUINCOLOR.Color) eff.Rate = 10000 eff.Lifetime = NumberRange.new(1) eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,15,0),NumberSequenceKeypoint.new(0.8,25,0),NumberSequenceKeypoint.new(1,30,0)}) eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.25,0),NumberSequenceKeypoint.new(0.8,0.75,0),NumberSequenceKeypoint.new(1,1,0)}) eff.Speed = NumberRange.new(10,125) eff.Drag = 5 eff.Rotation = NumberRange.new(-500,500) eff.VelocitySpread = 9000 getclientproperty not working roblox How to use it? getclientproperty not working roblox eff.RotSpeed = NumberRange.new(-50,50) local eff2 = eff:Clone() eff2.Parent = root eff2.Texture = "rbxassetid://2273224484" eff2.Rate = 10000 eff2.Lifetime = NumberRange.new(1.5) eff2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.1,3,0),NumberSequenceKeypoint.new(0.8,6,0),NumberSequenceKeypoint.new(1,0,0)}) eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(0.1,0.25,0),NumberSequenceKeypoint.new(0.8,0.5,0),NumberSequenceKeypoint.new(1,1,0)}) eff2.Drag = 5 eff2.Speed = NumberRange.new(25,150) getclientproperty not working roblox How to use it? getclientproperty not working roblox eff2.Rotation = NumberRange.new(-500,500) eff2.VelocitySpread = 9000 wait(0.25) eff2.Enabled = false eff.Enabled = false wait(5) eff2:Destroy() eff:Destroy() end)) for i = 0, 9 do getclientproperty not working roblox PasteShr getclientproperty not working roblox sphere2(7.5,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),-0.0025,1,-0.0025,MAINRUINCOLOR.Color) end for i = 0, 24 do local rsiz = math.random(5,70) sphere2(4,"Add",tors.CFrame*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),vt(1.5,1.5,1.5),0.1,0.1,0.1,MAINRUINCOLOR.Color) sphere2(8,"Add",tors.CFrame*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),vt(1.5,1.5,1.5),0.1,0.1,0.1,MAINRUINCOLOR.Color) sphereMK(math.random(1,5),0.75,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),rsiz/8,rsiz/8,rsiz/8,0,MAINRUINCOLOR.Color,0) end CFuncs["Sound"].Create("rbxassetid://1042705869", root, 2.5, 1) CFuncs["Sound"].Create("rbxassetid://1042716828", root, 2.25, 1) getclientproperty not working roblox How to use it? getclientproperty not working roblox CFuncs["Sound"].Create("rbxassetid://1117054464", root, 1, 1) for i = 0,2,0.1 do swait() RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0.15,0)* angles(math.rad(-10),math.rad(0),math.rad(0)),0.3) Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(0),math.rad(0)),.3) RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(120)), 0.3) LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(-120)), 0.3) RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-1.5),math.rad(0),math.rad(-10)),.3) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(10)),.3) end getclientproperty not working roblox How to get it? getclientproperty not working roblox attack = false end ------------------------------------- Humanoid.Animator.Parent = nil ------------------------------------- local attacktype = 1 mouse.Button1Down:connect(function() getclientproperty not working roblox How to use it? getclientproperty not working roblox if attack == false and attacktype == 1 then attacktype = 1 attackone() end end) local OVMID = 935176239 local OVMPIT = 1 local OVMVOL = 1 mouse.KeyDown:connect(function(k) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox if k == "q" and attack == false and ParaMode ~= 1 then ParaMode = 1 storehumanoidWS = 50 hum.WalkSpeed = 50 rainbowmode = false TROL = false VOI = false PERM = false ----- chaosmode = false getclientproperty not working roblox PasteShr getclientproperty not working roblox newTheme("rbxassetid://2471456603",48.6,1,1) sngy.Text = "Camellia - Shadow Of Cats!" nedx.Text = "WSpeed: 50" ChangeParaMode("MYSTIC",BrickColor.new("Really black").Color,Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90)),"Arcade") MAINRUINCOLOR = BrickColor.new("Really red") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Dark indigo"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end if k == "n" and attack == false and ParaMode == 1 then ParaMode = 9 getclientproperty not working roblox How to dowload it? getclientproperty not working roblox storehumanoidWS = 16 hum.WalkSpeed = 16 rainbowmode = false TROL = false PERM = false VOI = false ----- chaosmode = false newTheme("rbxassetid://1076825525",0,1,1) sngy.Text = "Goodtek - Brownbrickithm" getclientproperty not working roblox How to get it for free? getclientproperty not working roblox nedx.Text = "WSpeed: 16" ChangeParaMode("DENSITY",BrickColor.new("Toothpaste").Color,BrickColor.new("Really black").Color,"Code") MAINRUINCOLOR = BrickColor.new("Toothpaste") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Really black"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end if k == "m" and attack == false and ParaMode == 1 then attack = true newThemeCust("rbxassetid://916175273",0,1,3) wait(0.3) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox chatmsg("Im back!!!!!!",MAINRUINCOLOR.Color,1) wait(3) attack = false ParaMode = 99999 storehumanoidWS = 9999 hum.WalkSpeed = 9999 rainbowmode = false TROL = false PERM = false VOI = false getclientproperty not working roblox How to use it? getclientproperty not working roblox ----- chaosmode = false sngy.Text = "I CANT HEAR ANYTHING PLEASE HELP" nedx.Text = "WSpeed: 9999" ChangeParaMode("cringe",Color3.new(0,0,0),Color3.new(1,1,1),"Arcade") MAINRUINCOLOR = BrickColor.new("Really black") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Institutional white"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end if k == "e" and attack == false and ParaMode ~= 2 then getclientproperty not working roblox How to get it? getclientproperty not working roblox ParaMode = 2 storehumanoidWS = 30 hum.WalkSpeed = 30 rainbowmode = false chaosmode = false TROL = false PERM = false VOI = false ----- sngy.Text = "Xi - Glorious Crown" getclientproperty not working roblox How to dowload it? getclientproperty not working roblox nedx.Text = "WSpeed: 30" ChangeParaMode("PRODIGY",BrickColor.new("Cyan").Color,BrickColor.new("Buttermilk").Color,"Code") newTheme("rbxassetid://1465004011",1,1,1) MAINRUINCOLOR = BrickColor.new("Cyan") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Buttermilk"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end if k == "r" and attack == false and ParaMode ~= 3 then ParaMode = 3 storehumanoidWS = 120 getclientproperty not working roblox How to use it? getclientproperty not working roblox hum.WalkSpeed = 120 rainbowmode = false chaosmode = false TROL = false PERM = false ----- VOI = false nedx.Text = "WSpeed: 120" sngy.Text = "Acid-Notation - REGRESSION" ChangeParaMode("ATAVISM",BrickColor.new("Maroon").Color,BrickColor.new("Dark indigo").Color,"Arcade") getclientproperty not working roblox How to dowload it? getclientproperty not working roblox newTheme("rbxassetid://3411102075",1,1,1) MAINRUINCOLOR = BrickColor.new("Dark indigo") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Maroon"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end if k == "t" and attack == false and ParaMode ~= 4 then ParaMode = 4 storehumanoidWS = 16 hum.WalkSpeed = 16 rainbowmode = false getclientproperty not working roblox PasteShr getclientproperty not working roblox chaosmode = true TROL = false PERM = false ----- VOI = false sngy.Text = "UnREaSOnAbLE_bEhAvIoR" nedx.Text = "wSPeEd: 16" ChangeParaMode("VEXATIOUS",Color3.new(0,0,0),Color3.new(0,0,0),"Code") newTheme("rbxassetid://2159372645",1,1,1) MAINRUINCOLOR = BrickColor.new("Really black") getclientproperty not working roblox How to get it for free? getclientproperty not working roblox RecolorParaMode(MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end if k == "m" and attack == false and ParaMode == 4 then ParaMode = 7 storehumanoidWS = 500 hum.WalkSpeed = 500 rainbowmode = false chaosmode = false TROL = true getclientproperty not working roblox How to dowload it? getclientproperty not working roblox PERM = false ----- VOI = false chatmsg("UNCONTROLLABLE!!!!",MAINRUINCOLOR.Color,2) beamchange(BrickColor.new("Really red"),BrickColor.new("Really black")) CFuncs["Sound"].Create("rbxassetid://763717897", char, 4, 0.75) CFuncs["Sound"].Create("rbxassetid://763717897", char, 1.2, 0.5) CFuncs["Sound"].Create("rbxassetid://1192402877", char, 5, 0.5) CFuncs["Sound"].Create("rbxassetid://1664711478", char, 3, 0.5) sngy.Text = "Xtrullor - Humanity" getclientproperty not working roblox How to get it for free? getclientproperty not working roblox nedx.Text = "WSpeed: 500" ChangeParaMode("INSUBORDINATE",Color3.new(1,0,0),Color3.new(0,0,0),"Code") newTheme("rbxassetid://335456125",1,1,1) MAINRUINCOLOR = BrickColor.new("Really red") RecolorParaMode(MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,0,MAINRUINCOLOR,0,MAINRUINCOLOR,true) end if k == "y" and attack == false and ParaMode ~= 5 then ParaMode = 5 storehumanoidWS = 45 getclientproperty not working roblox PasteShr getclientproperty not working roblox hum.WalkSpeed = 45 rainbowmode = false chaosmode = false TROL = false PERM = false ----- VOI = false sngy.Text = "Camellia - Enantiomorphs" nedx.Text = "WSpeed: 45" ChangeParaMode("GALVANIC",BrickColor.new("Electric blue").Color,BrickColor.new("Navy blue").Color,"Arcade") getclientproperty not working roblox How to dowload it? getclientproperty not working roblox newTheme("rbxassetid://1002071384",1,1,1) MAINRUINCOLOR = BrickColor.new("Electric blue") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Navy blue"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,false) end if k == "u" and attack == false and ParaMode ~= 6 then ParaMode = 6 storehumanoidWS = 35 hum.WalkSpeed = 35 rainbowmode = false getclientproperty not working roblox How to get it? getclientproperty not working roblox chaosmode = false TROL = false VOI = false ----- PERM = false sngy.Text = "Xtrullor - Jnana" nedx.Text = "WSpeed: 35" ChangeParaMode("ABYSSAL",BrickColor.new("Royal purple").Color,BrickColor.new("Really black").Color,"Arcade") newTheme("rbxassetid://683389307",1,1,1) MAINRUINCOLOR = BrickColor.new("Royal purple") getclientproperty not working roblox How to get it? getclientproperty not working roblox RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Really black"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end if k == "f" and attack == false and ParaMode ~= 8 then ParaMode = 8 storehumanoidWS = 25 hum.WalkSpeed = 25 rainbowmode = false chaosmode = false ----- getclientproperty not working roblox How to use it? getclientproperty not working roblox TROL = false PERM = false VOI = false sngy.Text = "AeronMusic - SideStep" nedx.Text = "WSpeed: 25" ChangeParaMode("DIAPHANOUS",BrickColor.new("Navy blue").Color,BrickColor.new("Institutional white").Color,"SciFi") newTheme("rbxassetid://888702733",1,1,1) MAINRUINCOLOR = BrickColor.new("Navy blue") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Institutional white"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end getclientproperty not working roblox How to use it? getclientproperty not working roblox if k == "g" and attack == false and ParaMode ~= 10 then ParaMode = 10 storehumanoidWS = 45 hum.WalkSpeed = 45 rainbowmode = false chaosmode = false ----- TROL = false VOI = false getclientproperty not working roblox How to get it for free? getclientproperty not working roblox PERM = false sngy.Text = "Camellia - LETS JUMP (REMIX)" nedx.Text = "WSpeed: 45" ChangeParaMode("VIBRANCY",BrickColor.new("Daisy orange").Color,BrickColor.new("Electric blue").Color,"SciFi") newTheme("rbxassetid://3362571474",1,1,1) MAINRUINCOLOR = BrickColor.new("Daisy orange") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Electric blue"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end if k == "h" and attack == false and ParaMode ~= 11 then getclientproperty not working roblox How to get it? getclientproperty not working roblox ParaMode = 11 storehumanoidWS = 115 hum.WalkSpeed = 115 rainbowmode = false chaosmode = false ----- TROL = false PERM = false VOI = true sngy.Text = "Camellia - Fastest Crash" getclientproperty not working roblox How to get it for free? getclientproperty not working roblox nedx.Text = "WSpeed: 115" ChangeParaMode("LACUNA",BrickColor.new("Really black").Color,BrickColor.new("Really black").Color,"SciFi") newTheme("rbxassetid://1853477332",1,1,1) MAINRUINCOLOR = BrickColor.new("Really blue") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Really black"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end if k == "j" and attack == false and ParaMode ~= 12 then ParaMode = 12 storehumanoidWS = 16 getclientproperty not working roblox How to dowload it? getclientproperty not working roblox hum.WalkSpeed = 16 rainbowmode = false chaosmode = false ----- TROL = false VOI = false PERM = false sngy.Text = "owo" nedx.Text = "WSpeed: 16" ChangeParaMode("ADORATION",BrickColor.new("Pink").Color,BrickColor.new("Institutional white").Color,"Code") getclientproperty not working roblox How to get it? getclientproperty not working roblox newTheme("rbxassetid://2920748697",1,1,1) MAINRUINCOLOR = BrickColor.new("Pink") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Institutional white"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end if k == "k" and attack == false and ParaMode ~= 13 then ParaMode = 13 storehumanoidWS = 105 hum.WalkSpeed = 105 rainbowmode = false getclientproperty not working roblox How to use it? getclientproperty not working roblox chaosmode = false ----- TROL = false VOI = false PERM = false sngy.Text = "Camellia - Epimerization" nedx.Text = "WSpeed: 105" ChangeParaMode("SOLITARY",BrickColor.new("Dark indigo").Color,BrickColor.new("Eggplant").Color,"Arcade") newTheme("rbxassetid://1588702539",1,1,1) MAINRUINCOLOR = BrickColor.new("Dark indigo") getclientproperty not working roblox How to get it? getclientproperty not working roblox RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Eggplant"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end if k == "m" and attack == false and ParaMode == 13 then ParaMode = 14 storehumanoidWS = 205 hum.WalkSpeed = 205 rainbowmode = false chaosmode = false ----- getclientproperty not working roblox How to get it for free? getclientproperty not working roblox TROL = false VOI = false PERM = false sngy.Text = "Camellia - Break.. the.. silence!" nedx.Text = "WSpeed: 205" ChangeParaMode("IDIOSYNCRATIC",BrickColor.new("Navy blue").Color,BrickColor.new("Institutional white").Color,"Arcade") newTheme("rbxassetid://2928049986",1,1,1) MAINRUINCOLOR = BrickColor.new("Navy blue") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Institutional white"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end getclientproperty not working roblox How to dowload it? getclientproperty not working roblox if k == "p" and attack == false and ParaMode ~= 15 then ParaMode = 15 storehumanoidWS = 35 hum.WalkSpeed = 35 rainbowmode = true chaosmode = false TROL = false ----- VOI = false getclientproperty not working roblox How to use it? getclientproperty not working roblox PERM = false sngy.Text = "Detious & Lockyn - Allure" nedx.Text = "WSpeed: 35" ChangeParaMode("DECOROUS",BrickColor.new("Institutional white").Color,BrickColor.new("Institutional white").Color,"Arcade") newThemeCust("rbxassetid://315156930",1,1,1) MAINRUINCOLOR = BrickColor.new("Institutional white") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Institutional white"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end if k == "n" and attack == false and ParaMode == 7 then getclientproperty not working roblox PasteShr getclientproperty not working roblox ParaMode = 16 storehumanoidWS = 600 hum.WalkSpeed = 600 rainbowmode = false chaosmode = false TROL = false PERM = true ----- VOI = false chatmsg("HAHAHAHAHAHAHAHA...!!!!!!",MAINRUINCOLOR.Color,2) getclientproperty not working roblox How to use it? getclientproperty not working roblox beamchange(BrickColor.new("Really black"),BrickColor.new("Really black")) CFuncs["Sound"].Create("rbxassetid://763717897", char, 4, 0.75) CFuncs["Sound"].Create("rbxassetid://763717897", char, 1.2, 0.5) CFuncs["Sound"].Create("rbxassetid://1192402877", char, 5, 0.5) CFuncs["Sound"].Create("rbxassetid://1664711478", char, 3, 0.5) sngy.Text = "ModeStep - Machines" nedx.Text = "WSpeed: 600" ChangeParaMode("TURMOIL",BrickColor.new("Really black").Color,BrickColor.new("Really black").Color,"Arcade") newThemeCust("rbxassetid://220568704",1,1,1) MAINRUINCOLOR = BrickColor.new("Really black") getclientproperty not working roblox How to get it? getclientproperty not working roblox RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Really black"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end if k == "n" and attack == false and ParaMode == 10 then ParaMode = 17 storehumanoidWS = 125 hum.WalkSpeed = 125 rainbowmode = false chaosmode = false TROL = false getclientproperty not working roblox How to get it for free? getclientproperty not working roblox PERM = false ----- VOI = false sngy.Text = "Getsix - Sky Fracture" nedx.Text = "WSpeed: 125" ChangeParaMode("CHERUBIC",BrickColor.new("Institutional white").Color,BrickColor.new("Eggplant").Color,"Gotham") newTheme("rbxassetid://713243580",1,1,1) MAINRUINCOLOR = BrickColor.new("Institutional white") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Eggplant"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end getclientproperty not working roblox PasteShr getclientproperty not working roblox if k == "l" and attack == false and ParaMode ~= 18 then ParaMode = 18 storehumanoidWS = 105 hum.WalkSpeed = 105 rainbowmode = false chaosmode = false TROL = false PERM = false ----- getclientproperty not working roblox How to dowload it? getclientproperty not working roblox VOI = false sngy.Text = "AeronMusic - Vigor" nedx.Text = "WSpeed: 105" ChangeParaMode("VIGOROUS",BrickColor.new("Deep orange").Color,BrickColor.new("Cool yellow").Color,"Code") newTheme("rbxassetid://1055013913",1,1,1) MAINRUINCOLOR = BrickColor.new("Deep orange") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Cool yellow"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end getclientproperty not working roblox PasteShr getclientproperty not working roblox if k == "m" and attack == false and ParaMode == 12 then --OWO-- ParaMode = 19 storehumanoidWS = 16 hum.WalkSpeed = 16 rainbowmode = false chaosmode = false ----- TROL = false VOI = false getclientproperty not working roblox How to dowload it? getclientproperty not working roblox PERM = false sngy.Text = "owu~" nedx.Text = "" ChangeParaMode("SALACITY",BrickColor.new("Really black").Color,BrickColor.new("Hot pink").Color,"Highway") newTheme("rbxassetid://387193161",1,1,1) MAINRUINCOLOR = BrickColor.new("Really black") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Hot pink"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end if k == "m" and attack == false and ParaMode == 6 then getclientproperty not working roblox How to dowload it? getclientproperty not working roblox ParaMode = 20 storehumanoidWS = 28 hum.WalkSpeed = 28 rainbowmode = false chaosmode = false TROL = false PERM = false ----- VOI = false sngy.Text = "Xtrullor - Samsara" getclientproperty not working roblox PasteShr getclientproperty not working roblox nedx.Text = "WSpeed: 28" ChangeParaMode("MYRIAD",BrickColor.new("Bright bluish green").Color,BrickColor.new("Magenta").Color,"Code") newTheme("rbxassetid://2044816171",1,1,1) MAINRUINCOLOR = BrickColor.new("Bright bluish green") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Magenta"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end if k == "m" and attack == false and ParaMode == 3 then ParaMode = 21 storehumanoidWS = 185 getclientproperty not working roblox How to use it? getclientproperty not working roblox hum.WalkSpeed = 185 rainbowmode = false chaosmode = false TROL = false PERM = false ----- VOI = false sngy.Text = "Creo - Rivals" nedx.Text = "WSpeed: 185" ChangeParaMode("DISSENSION",BrickColor.new("Really red").Color,BrickColor.new("Institutional white").Color,"Bodoni") getclientproperty not working roblox How to get it for free? getclientproperty not working roblox newTheme("rbxassetid://3249031594",1,1,1) MAINRUINCOLOR = BrickColor.new("Really red") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Institutional white"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end if k == "n" and attack == false and ParaMode == 19 then ParaMode = 22 storehumanoidWS = 10 hum.WalkSpeed = 10 rainbowmode = false getclientproperty not working roblox How to get it for free? getclientproperty not working roblox chaosmode = false ----- TROL = false attack = false VOI = false PERM = false sngy.Text = "..." nedx.Text = "WSpeed: 10" ChangeParaMode("",BrickColor.new("Really black").Color,BrickColor.new("Pink").Color,"Code") newThemeCust("rbxassetid://1429729391",1,1,1) getclientproperty not working roblox PasteShr getclientproperty not working roblox MAINRUINCOLOR = BrickColor.new("Really black") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Pink"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end if k == "n" and attack == false and ParaMode == 11 then ParaMode = 23 storehumanoidWS = 350 hum.WalkSpeed = 350 rainbowmode = false chaosmode = false getclientproperty not working roblox PasteShr getclientproperty not working roblox ----- TROL = false VOI = false PERM = false sngy.Text = "Creo - Nautilus" nedx.Text = "WSpeed: 350" ChangeParaMode("CHAMBERED",BrickColor.new("Alder").Color,BrickColor.new("Cadet blue").Color,"Arcade") newTheme("rbxassetid://3244968617",1,1,1) MAINRUINCOLOR = BrickColor.new("Alder") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Cadet blue"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox end if k == "n" and attack == false and ParaMode == 8 then ParaMode = 24 storehumanoidWS = 45 hum.WalkSpeed = 45 rainbowmode = false chaosmode = false ----- TROL = false getclientproperty not working roblox How to get it? getclientproperty not working roblox attack = false VOI = false PERM = false sngy.Text = "Trip40 - Clash" nedx.Text = "WSpeed: 45" ChangeParaMode("DECREATION",BrickColor.new("Really black").Color,BrickColor.new("Crimson").Color,"Arcade") newTheme("rbxassetid://313818542",1,1,1) MAINRUINCOLOR = BrickColor.new("Crimson") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Really black"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end getclientproperty not working roblox How to dowload it? getclientproperty not working roblox if k == "m" and attack == false and ParaMode == 5 then ParaMode = 25 storehumanoidWS = 65 hum.WalkSpeed = 65 rainbowmode = false chaosmode = false ----- TROL = false VOI = false getclientproperty not working roblox How to use it? getclientproperty not working roblox PERM = false sngy.Text = "SilvaHound - Cool Friends (Murtargh & Vex Remix)" nedx.Text = "WSpeed: 65" ChangeParaMode("GALVANIZING",BrickColor.new("Deep blue").Color,BrickColor.new("Dark indigo").Color,"Arcade") newTheme("rbxassetid://2320338952",1,1,1) MAINRUINCOLOR = BrickColor.new("Deep blue") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Dark indigo"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end if k == "m" and attack == false and ParaMode == 2 then getclientproperty not working roblox How to use it? getclientproperty not working roblox attack = true local absval = 6 newThemeCust("rbxassetid://2322714790",54.9,1,10) for i = 0, 24 do slash(math.random(15,50)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-5,5)),math.rad(math.random(-5,5))),vt(0.01,0.01,0.01),math.random(200,500)/250,MAINRUINCOLOR.Color) end hum.WalkSpeed = 0 local vel = Instance.new("BodyPosition", root) vel.P = 25000 vel.D = 1000 getclientproperty not working roblox How to get it for free? getclientproperty not working roblox vel.maxForce = Vector3.new(50000000000, 10e10, 50000000000) vel.position = root.CFrame.p + vt(0,250,0) CFuncs["Sound"].Create("rbxassetid://1295446488", char, 1.5, 1) nedx.Text = "WSpeed: 0" CFuncs["Sound"].Create("rbxassetid://838392947", root, 10, 1) CFuncs["Sound"].Create("rbxassetid://1368598393", root, 10, 1) CFuncs["Sound"].Create("rbxassetid://1295446488", char, 5, 0.5) CFuncs["Sound"].Create("rbxassetid://1368598393", char, 7.5, 0.5) for x = 0, 10 do for i = 0, 2, 0.6 do getclientproperty not working roblox How to get it? getclientproperty not working roblox swait() hum.CameraOffset = vt(math.random(-10,10)/30,math.random(-10,10)/30,math.random(-10,10)/30) RH.C0=clerp(RH.C0,cf(1,-1.05,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(7),math.rad(0),math.rad(-16)),.8) LH.C0=clerp(LH.C0,cf(-1,-1.05,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(3),math.rad(0),math.rad(10)),.8) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.8) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.8) RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-25),math.rad(0),math.rad(97)),.8) LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-27),math.rad(0),math.rad(-98)),.8) end for i = 0, 2, 0.6 do getclientproperty not working roblox How to dowload it? getclientproperty not working roblox swait() hum.CameraOffset = vt(math.random(-10,10)/30,math.random(-10,10)/30,math.random(-10,10)/30) RH.C0=clerp(RH.C0,cf(1,-1.05,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(7),math.rad(0),math.rad(-16)),.8) LH.C0=clerp(LH.C0,cf(-1,-1.05,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(3),math.rad(0),math.rad(10)),.8) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.8) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.8) RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-25),math.rad(0),math.rad(97)),.8) LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-27),math.rad(0),math.rad(-98)),.8) end for i = 0, 2, 0.6 do getclientproperty not working roblox How to get it for free? getclientproperty not working roblox swait() hum.CameraOffset = vt(math.random(-10,10)/30,math.random(-10,10)/30,math.random(-10,10)/30) RH.C0=clerp(RH.C0,cf(1,-1.05,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(7),math.rad(0),math.rad(-16)),.8) LH.C0=clerp(LH.C0,cf(-1,-1.05,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(3),math.rad(0),math.rad(10)),.8) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(180)),.8) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.8) RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-25),math.rad(0),math.rad(97)),.8) LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-27),math.rad(0),math.rad(-98)),.8) end for i = 0, 2, 0.6 do getclientproperty not working roblox How to use it? getclientproperty not working roblox swait() hum.CameraOffset = vt(math.random(-10,10)/30,math.random(-10,10)/30,math.random(-10,10)/30) RH.C0=clerp(RH.C0,cf(1,-1.05,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(7),math.rad(0),math.rad(-16)),.8) LH.C0=clerp(LH.C0,cf(-1,-1.05,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(3),math.rad(0),math.rad(10)),.8) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(270)),.8) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.8) RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-25),math.rad(0),math.rad(97)),.8) LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-27),math.rad(0),math.rad(-98)),.8) end end getclientproperty not working roblox How to get it? getclientproperty not working roblox for i = 0, 24 do slash(math.random(15,90)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-5,5)),math.rad(math.random(-5,5))),vt(0.01,0.01,0.01),math.random(200,500)/250,MAINRUINCOLOR.Color) end for i = 0, 2 do slash(math.random(10,100)/10,2,true,"Round","Add","Out",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.075,0.01,0.075),absval/3,BrickColor.new("Shamrock").Color) end sphere2(4,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(6.25,1.25,6.25),-0.15,absval*2.5,-0.15,BrickColor.new("Bright bluish green").Color) RH.C0=clerp(RH.C0,cf(1,-0.05,-0.75)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(-30)),.1) LH.C0=clerp(LH.C0,cf(-1,-0.5,-0.25)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(30)),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,1.5 + 0.1 * math.cos(sine / 28))*angles(math.rad(20 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(0)),.1) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(55),math.rad(0),math.rad(0)),.1) RW.C0=clerp(RW.C0,cf(0.75,0.5,-0.25)*angles(math.rad(140),math.rad(0),math.rad(-20 + 2.5 * math.cos(sine / 28))),.1) LW.C0=clerp(LW.C0,cf(-0.75,0.5,-0.25)*angles(math.rad(140),math.rad(0),math.rad(20 - 2.5 * math.cos(sine / 28))),.1) vel:Destroy() attack = false CFuncs["Sound"].Create("rbxassetid://763718160", char, 10, 0.5) CFuncs["Sound"].Create("rbxassetid://763717897", char, 10, 0.5) CFuncs["Sound"].Create("rbxassetid://1664711478", char, 10, 1) CFuncs["Sound"].Create("rbxassetid://763717897", char, 10, 0.5) CFuncs["Sound"].Create("rbxassetid://1664711478", char, 10, 1) getclientproperty not working roblox How to get it? getclientproperty not working roblox ParaMode = 26 storehumanoidWS = 275 hum.WalkSpeed = 275 rainbowmode = false chaosmode = false ----- TROL = false attack = false VOI = false PERM = false getclientproperty not working roblox How to use it? getclientproperty not working roblox sngy.Text = "Camellia - NUCLEAR-STAR" nedx.Text = "WSpeed: 275" ChangeParaMode("EPITOME",BrickColor.new("Shamrock").Color,BrickColor.new("Bright bluish green").Color,"Arcade") MAINRUINCOLOR = BrickColor.new("Shamrock") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Bright bluish green"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end if k == "n" and attack == false and ParaMode == 18 then ParaMode = 27 storehumanoidWS = 55 getclientproperty not working roblox How to get it for free? getclientproperty not working roblox hum.WalkSpeed = 55 rainbowmode = false chaosmode = false ----- TROL = false VOI = false PERM = false sngy.Text = "Getsix - Pulse" nedx.Text = "WSpeed: 55" ChangeParaMode("MORALITY",BrickColor.new("Really blue").Color,BrickColor.new("Navy blue").Color,"Gotham") getclientproperty not working roblox How to dowload it? getclientproperty not working roblox newTheme("rbxassetid://371938160",1,1,1) MAINRUINCOLOR = BrickColor.new("Really blue") RecolorParaMode(MAINRUINCOLOR,MAINRUINCOLOR,BrickColor.new("Navy blue"),MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end if k == "n" and attack == false and ParaMode == 15 then ParaMode = 28 storehumanoidWS = 105 hum.WalkSpeed = 105 rainbowmode = false getclientproperty not working roblox How to use it? getclientproperty not working roblox chaosmode = false ----- TROL = false VOI = false PERM = false sngy.Text = "" nedx.Text = "WSpeed: 105" ChangeParaMode("HARMONIZE",BrickColor.new("New Yeller").Color,BrickColor.new("New Yeller").Color,"Gotham") newTheme("rbxassetid://935176239",1,1,1) MAINRUINCOLOR = BrickColor.new("New Yeller") getclientproperty not working roblox How to get it? getclientproperty not working roblox RecolorParaMode(MAINRUINCOLOR,MAINRUINCOLOR,BrickColor.new("New Yeller"),MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end if k == "n" and attack == false and ParaMode == 26 then beamchange(BrickColor.new("Dark stone grey"),BrickColor.new("Bright orange")) CFuncs["Sound"].Create("rbxassetid://763717897", char, 4, 0.75) CFuncs["Sound"].Create("rbxassetid://1192402877", char, 5, 0.5) CFuncs["Sound"].Create("rbxassetid://1664711478", char, 3, 0.5) ParaMode = 29 storehumanoidWS = 105 getclientproperty not working roblox How to get it? getclientproperty not working roblox hum.WalkSpeed = 105 rainbowmode = false chaosmode = false ----- TROL = false VOI = false PERM = false sngy.Text = "Camellia - Nuclear Drive" nedx.Text = "WSpeed: 105" ChangeParaMode("QUINTESSENCE",BrickColor.new("Bright orange").Color,BrickColor.new("Dark stone grey").Color,"Code") getclientproperty not working roblox How to get it for free? getclientproperty not working roblox newTheme("rbxassetid://398200208",1,1,1) MAINRUINCOLOR = BrickColor.new("Bright orange") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Dark stone grey"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,0,BrickColor.new("Dark stone grey"),0,MAINRUINCOLOR,true) end if k == "m" and attack == false and ParaMode == 24 then hmm() end if k == "n" and attack == false and ParaMode == 25 then getclientproperty not working roblox PasteShr getclientproperty not working roblox hnn() end if k == "n" and attack == false and ParaMode == 3 then ParaMode = 32 storehumanoidWS = 25 hum.WalkSpeed = 25 rainbowmode = false chaosmode = false ----- getclientproperty not working roblox How to dowload it? getclientproperty not working roblox TROL = false VOI = false PERM = false sngy.Text = "LetsBeFriends - Manslaughter (VIP)" nedx.Text = "WSpeed: 25" ChangeParaMode("INTERSTELLAR",BrickColor.new("Really red").Color,BrickColor.new("Toothpaste").Color,"Code") newTheme("rbxassetid://166255269",1,1,1) MAINRUINCOLOR = BrickColor.new("Really red") RecolorParaMode(MAINRUINCOLOR,BrickColor.new("Toothpaste"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR,true) end getclientproperty not working roblox How to get it? getclientproperty not working roblox plr.Chatted:connect(function(message) if ParaMode == 28 then if message:sub(1,5) == "play/" then OVMID = message:sub(6) newThemeCust("rbxassetid://"..OVMID,0,OVMPIT,OVMVOL) elseif message:sub(1,6) == "pitch/" then OVMPIT = message:sub(7) newTheme("rbxassetid://"..OVMID,0,OVMPIT,OVMVOL) elseif message:sub(1,4) == "vol/" then getclientproperty not working roblox How to get it? getclientproperty not working roblox OVMVOL = message:sub(5) newTheme("rbxassetid://"..OVMID,0,OVMPIT,OVMVOL) elseif message:sub(1,7) == "skipto/" then chatfunc("Skipped to "..message:sub(8).." out of "..math.floor(kan.TimeLength).." seconds.",MAINRUINCOLOR.Color,"Inverted","Arcade",1) newThemeCust("rbxassetid://"..OVMID,message:sub(8),OVMPIT,OVMVOL) elseif message:sub(1,9) == "telltime/" then chatfunc("Current time pos: "..math.floor(kan.TimePosition).." out of "..math.floor(kan.TimeLength).." seconds.",MAINRUINCOLOR.Color,"Inverted","Arcade",1) end end end) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox ---- script.Parent = Player.Backpack getclientproperty not working roblox How to use it? getclientproperty not working roblox ---- if k == "b" and mutedtog == false then mutedtog = true kan.Volume = 0.85 elseif k == "b" and mutedtog == true then mutedtog = false kan.Volume = 0.85 end if k == "b" and toggleTag == false then getclientproperty not working roblox PasteShr getclientproperty not working roblox toggleTag = true modet.TextTransparency = 0 modet.TextStrokeTransparency = 0 TopText.TextTransparency = 0 TopText.TextStrokeTransparency = 0 elseif k == "b" and toggleTag == true then toggleTag = false modet.TextTransparency = 1 modet.TextStrokeTransparency = 1 TopText.TextTransparency = 1 getclientproperty not working roblox How to get it for free? getclientproperty not working roblox TopText.TextStrokeTransparency = 1 end if k == "c" and attack == false then Blink() end if k == "x" and attack == false and ParaMode == 1 then EndGROUND() end getclientproperty not working roblox How to get it? getclientproperty not working roblox if k == "z" and attack == false and ParaMode == 4 then RapidBurst() end if k == "z" and attack == false and ParaMode == 27 then --Slice() end if k == "z" and attack == false and ParaMode == 8 then Icey() end if k == "z" and attack == false and ParaMode == 10 then getclientproperty not working roblox How to use it? getclientproperty not working roblox PowerDrag() end if k == "z" and attack == false and ParaMode == 24 then Bloom() end end) coroutine.resume(coroutine.create(function() while true do swait() getclientproperty not working roblox How to use it? getclientproperty not working roblox if ParaMode == 1 then sphereMK(10,math.random(10,25)/45,"Add",root.CFrame*CFrame.new(math.random(-20,20),-5,math.random(-20,20))*CFrame.Angles(math.rad(90 + math.random(-5,5)),math.rad(math.random(-5,5)),math.rad(math.random(-5,5))),0.25,0.25,8,0,Color3.fromRGB(125 + 125 * math.cos(sine/90),0,125 + 125 * math.cos(sine/40)),0) sphereMK(10,math.random(10,25)/45,"Add",root.CFrame*CFrame.new(math.random(-20,20),-5,math.random(-20,20))*CFrame.Angles(math.rad(90 + math.random(-5,5)),math.rad(math.random(-5,5)),math.rad(math.random(-5,5))),0.25,0.25,8,0,Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90)),0) waveEff(20,"Add","In",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(0,math.rad(math.random(-360,360)),0),vt(15,0.25,15),-0.075,0.05,Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90))) elseif ParaMode == 21 then sphereMK(10,math.random(10,25)/45,"Add",root.CFrame*CFrame.new(math.random(-20,20),-5,math.random(-20,20))*CFrame.Angles(math.rad(90 + math.random(-5,5)),math.rad(math.random(-5,5)),math.rad(math.random(-5,5))),0.25,0.25,8,0,BrickColor.new("Institutional white").Color,0) sphereMK(10,math.random(10,25)/45,"Add",root.CFrame*CFrame.new(math.random(-20,20),-5,math.random(-20,20))*CFrame.Angles(math.rad(90 + math.random(-5,5)),math.rad(math.random(-5,5)),math.rad(math.random(-5,5))),0.25,0.25,8,0,BrickColor.new("Really red").Color,0) elseif ParaMode == 10 or ParaMode == 14 or ParaMode == 16 then slash(math.random(50,100)/10,5,true,"Round","Add","Out",RootPart.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),VT(0.05,0.005,0.05),math.random(5,10)/250,MAINRUINCOLOR.Color) elseif ParaMode == 29 then getclientproperty not working roblox How to dowload it? getclientproperty not working roblox sphereMK(7.5,math.random(-50,-15)/45,"Add",root.CFrame*CFrame.new(math.random(-65,65),50,math.random(-65,65))*CFrame.Angles(math.rad(90 + math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20))),1.75,1.75,1.75,-0.0075,MAINRUINCOLOR.Color,0) sphereMK(3,math.random(-50,-15)/45,"Add",root.CFrame*CFrame.new(math.random(-20,20),40,math.random(-20,20))*CFrame.Angles(math.rad(90 + math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20))),0.75,0.75,0.75,0,BrickColor.new("Dark stone grey").Color,0) slash(math.random(50,100)/10,5,true,"Round","Add","Out",RootPart.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),VT(0.05,0.005,0.05),math.random(5,10)/250,MAINRUINCOLOR.Color) elseif ParaMode == 27 then wepthing.Color = Color3.fromRGB(0,0,125 + 125 * math.cos(sine / 68)) slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(0,math.rad(math.random(-360,360)),0),vt(0.01,0.001,0.01),math.random(20 + 7.5 * math.cos(sine / 24),40 + 15 * math.cos(sine / 24))/250,Color3.fromRGB(0,0,125 + 125 * math.cos(sine / 68))) elseif ParaMode == 23 then waveEff(20,"Add","In",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(0,math.rad(math.random(-360,360)),0),vt(15,0.25,15),-0.075,0.05,BrickColor.new("Alder").Color) sphereMK(5,math.random(8,14)/45,"Add",root.CFrame*CFrame.new(math.random(-25,25),-10,math.random(-25,25))*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.25,0.25,7.5,-0.0025,MAINRUINCOLOR.Color,0) slash(math.random(50,100)/10,5,true,"Round","Add","Out",RootPart.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),VT(0.05,0.005,0.05),math.random(5,10)/250,BrickColor.new("Cadet blue").Color) getclientproperty not working roblox How to use it? getclientproperty not working roblox elseif ParaMode == 26 then sphereMK(5,math.random(8,14)/45,"Add",root.CFrame*CFrame.new(math.random(-25,25),-10,math.random(-25,25))*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.25,0.25,7.5,-0.0025,MAINRUINCOLOR.Color,0) slash(math.random(50,100)/10,5,true,"Round","Add","Out",RootPart.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),VT(0.05,0.005,0.05),math.random(5,10)/250,BrickColor.new("Cyan").Color) elseif ParaMode == 31 then sphereRotMK(5,math.random(15,50)/45,"Add",root.CFrame*CFrame.new(math.random(-25,25),-10,math.random(-25,25))*CFrame.Angles(math.rad(90 + math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20))),0.75,0.75,10,-0.0075,Color3.fromRGB(0,0, 125 + 125 * math.cos(sine / 52)),0) slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.01,0.01,0.01),math.random(5,50)/250,Color3.fromRGB(0,0, 125 + 125 * math.cos(sine / 52))) sphereMK(7.5,math.random(-50,-15)/45,"Add",root.CFrame*CFrame.new(math.random(-65,65),50,math.random(-65,65))*CFrame.Angles(math.rad(90 + math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20))),1.75,1.75,1.75,-0.0075,Color3.fromRGB(0,0, 125 + 125 * math.cos(sine / 52)),0) sphereMK(3,math.random(-50,-15)/45,"Add",root.CFrame*CFrame.new(math.random(-20,20),40,math.random(-20,20))*CFrame.Angles(math.rad(90 + math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20))),0.75,0.75,0.75,0,Color3.fromRGB(125 + 125 * math.cos(sine / 81),125 + 125 * math.cos(sine / 81),0),0) slash(math.random(50,100)/10,5,true,"Round","Add","Out",RootPart.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),VT(0.05,0.005,0.05),math.random(5,10)/250,Color3.fromRGB(125 + 125 * math.cos(sine / 81),125 + 125 * math.cos(sine / 81),0)) waveEff(20,"Add","In",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(0,math.rad(math.random(-360,360)),0),vt(15,0.25,15),-0.075,0.05,Color3.fromRGB(125 + 125 * math.cos(sine / 81),125 + 125 * math.cos(sine / 81),0)) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox elseif ParaMode == 30 then slash(math.random(50,100)/10,5,true,"Round","Add","Out",RootPart.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),VT(0.05,0.005,0.05),math.random(5,10)/250,BrickColor.new("Electric blue").Color) PixelBlockX(2,math.random(60,190)/45,"Add",root.CFrame*CFrame.new(math.random(-20,20),-6,math.random(-20,20))*CFrame.Angles(math.rad(90 + math.random(-6,6)),math.rad(math.random(-6,6)),math.random(-6,6)),0.75,0.75,0.75,0,BrickColor.new("Electric blue"),0) slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(0,math.rad(math.random(-360,360)),0),vt(0.01,0.001,0.01),math.random(30 + 7.5 * math.cos(sine / 14),50 + 15 * math.cos(sine / 14))/250,BrickColor.new("Really black").Color) elseif ParaMode == 4 then sphereMK(6,math.random(5,15)/45,"Add",root.CFrame*CFrame.new(math.random(-7,7),-5,math.random(-7,7))*CFrame.Angles(math.rad(90 + math.random(-3,3)),math.rad(math.random(-3,3)),math.rad(math.random(-3,3))),0.1,0.1,3,0,MAINRUINCOLOR.Color,0) elseif ParaMode == 2 then sphereMK(6,math.random(5,15)/45,"Add",root.CFrame*CFrame.new(math.random(-7,7),-5,math.random(-7,7))*CFrame.Angles(math.rad(90 + math.random(-3,3)),math.rad(math.random(-3,3)),math.rad(math.random(-3,3))),0.1,0.1,3,0,MAINRUINCOLOR.Color,0) sphereMK(6,math.random(5,15)/45,"Add",root.CFrame*CFrame.new(math.random(-7,7),-5,math.random(-7,7))*CFrame.Angles(math.rad(90 + math.random(-3,3)),math.rad(math.random(-3,3)),math.rad(math.random(-3,3))),0.1,0.1,3,0,MAINRUINCOLOR.Color,0) elseif ParaMode == 18 then getclientproperty not working roblox How to get it for free? getclientproperty not working roblox sphereMK(2,math.random(5,10)/45,"Add",RootPart.CFrame*CFrame.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))*CFrame.Angles(math.rad(-90),math.rad(0),math.rad(0)),0.5,0.5,0.5,0,BrickColor.new("Deep orange").Color,0) elseif ParaMode == 17 then sphereRotMK(3,math.random(15,50)/45,"Add",root.CFrame*CFrame.new(math.random(-25,25),-10,math.random(-25,25))*CFrame.Angles(math.rad(90 + math.random(-25,25)),math.rad(math.random(-25,25)),math.rad(math.random(-25,25))),0.75,0.75,7,-0.0075,Color3.fromRGB(220 - 35 * math.cos(sine / 71), 112 + 40 * math.cos(sine / 46), 70 + 50 * math.cos(sine / 52)),0) sphereRotMK(3,math.random(15,50)/45,"Add",root.CFrame*CFrame.new(math.random(-25,25),-10,math.random(-25,25))*CFrame.Angles(math.rad(90 + math.random(-25,25)),math.rad(math.random(-25,25)),math.rad(math.random(-25,25))),0.75,0.75,7,-0.0075,Color3.fromRGB(220 - 35 * math.cos(sine / 81), 112 + 40 * math.cos(sine / 64), 70 + 50 * math.cos(sine / 72)),0) slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(0,math.rad(math.random(-360,360)),0),vt(0.01,0.001,0.01),math.random(20 + 7.5 * math.cos(sine / 24),40 + 15 * math.cos(sine / 24))/250,BrickColor.new("White").Color) elseif ParaMode == 25 then slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(0,math.rad(math.random(-360,360)),0),vt(0.01,0.001,0.01),math.random(20 + 7.5 * math.cos(sine / 24),40 + 15 * math.cos(sine / 24))/250,BrickColor.new("Dark indigo").Color) elseif ParaMode == 24 then PixelBlockX(2,math.random(60,190)/45,"Add",root.CFrame*CFrame.new(math.random(-20,20),-6,math.random(-20,20))*CFrame.Angles(math.rad(90 + math.random(-6,6)),math.rad(math.random(-6,6)),math.random(-6,6)),0.75,0.75,0.75,0,BrickColor.new("Really red"),0) slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(0,math.rad(math.random(-360,360)),0),vt(0.01,0.001,0.01),math.random(20 + 7.5 * math.cos(sine / 24),40 + 15 * math.cos(sine / 24))/250,BrickColor.new("Crimson").Color) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(0,math.rad(math.random(-360,360)),0),vt(0.01,0.001,0.01),math.random(30 + 7.5 * math.cos(sine / 14),50 + 15 * math.cos(sine / 14))/250,BrickColor.new("Really black").Color) elseif ParaMode == 20 then slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.01,0.01,0.01),math.random(5,100)/250,BrickColor.new("Bright bluish green").Color) slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.01,0.01,0.01),math.random(5,100)/250,BrickColor.new("Magenta").Color) elseif ParaMode == 8 then sphereMK(2,math.random(5,10)/45,"Add",RootPart.CFrame*CFrame.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))*CFrame.Angles(math.rad(-90),math.rad(0),math.rad(0)),0.5,0.5,0.5,0,BrickColor.new("Institutional white").Color,0) slash(math.random(50,100)/10,5,true,"Round","Add","Out",RootPart.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),VT(0.05,0.005,0.05),math.random(5,10)/250,BrickColor.new("Navy blue").Color) sphereMK(5,math.random(8,14)/45,"Add",root.CFrame*CFrame.new(math.random(-25,25),-10,math.random(-25,25))*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.25,0.25,7.5,-0.0025,MAINRUINCOLOR.Color,0) elseif ParaMode == 3 or ParaMode == 5 or ParaMode == 15 or ParaMode == 32 or ParaMode == 25 or ParaMode == 20 or ParaMode == 21 or ParaMode == 13 or ParaMode == 14 or ParaMode == 9 or ParaMode == 11 or ParaMode == 6 or ParaMode == 7 then sphereMK(5,math.random(8,14)/45,"Add",root.CFrame*CFrame.new(math.random(-25,25),-10,math.random(-25,25))*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.25,0.25,7.5,-0.0025,MAINRUINCOLOR.Color,0) getclientproperty not working roblox PasteShr getclientproperty not working roblox end end end)) ff = Instance.new("ForceField",char) ff.Visible = false hum.Name = "Base" hum.MaxHealth = 100 getclientproperty not working roblox PasteShr getclientproperty not working roblox hum.Health = 100 game:GetService("RunService"):BindToRenderStep("Bbae", 0, function() if hum.Health > 0.1 and hum.Health < 100 then hum.MaxHealth = 100 hum.Health = 100 end end) local Hair = Instance.new("Part", char) Hair.Name = "Hair" getclientproperty not working roblox How to dowload it? getclientproperty not working roblox Hair.CanCollide = false Hair.BrickColor = BrickColor.new("Really black") Hair.Transparency = 0 Hair.Material = "Plastic" Hair.Size = Vector3.new(1, 1, 2) Hair.TopSurface = Enum.SurfaceType.Smooth Hair.BottomSurface = Enum.SurfaceType.Smooth local bguis = Instance.new("BillboardGui",tors) getclientproperty not working roblox How to use it? getclientproperty not working roblox bguis.Size = UDim2.new(25, 0, 25, 0) local imgca = Instance.new("ImageLabel",bguis) imgca.BackgroundTransparency = 1 imgca.ImageTransparency = 1 imgca.Size = UDim2.new(1,0,1,0) imgca.Image = "rbxassetid://2312119891" --997291547,521073910,2312119891 imgca.ImageColor3 = Color3.new(0,0,0) local bguis2 = Instance.new("BillboardGui",tors) getclientproperty not working roblox How to get it? getclientproperty not working roblox bguis2.Size = UDim2.new(25, 0, 25, 0) local imgca2 = Instance.new("ImageLabel",bguis) imgca2.BackgroundTransparency = 1 imgca2.ImageTransparency = 1 imgca2.Size = UDim2.new(1,0,1,0) imgca2.Image = "rbxassetid://2406462507" --997291547,521073910,2312119891 imgca2.ImageColor3 = Color3.new(0,0,0) local rval = 0.1 getclientproperty not working roblox How to dowload it? getclientproperty not working roblox local rval2 = 0.1 idleanim=.4 while true do if ParaMode ~= 27 then wepthing.Transparency = 1 elseif ParaMode == 27 then wepthing.Transparency = 0 end if mutedtog == false then kan.Volume = currentVol getclientproperty not working roblox How to get it for free? getclientproperty not working roblox elseif mutedtog == true then kan.Volume = 0 end kan.PlaybackSpeed = currentPitch kan.Pitch = currentPitch kan.SoundId = currentThemePlaying kan.Looped = true kan.Parent = tors kan:Resume() getclientproperty not working roblox How to get it for free? getclientproperty not working roblox coroutine.resume(coroutine.create(function() if chaosmode == true then for i, v in pairs(mw1:GetChildren()) do if v:IsA("Part") then v.BrickColor = BrickColor.random() v.Material = "Neon" end end for i, v in pairs(mw2:GetChildren()) do if v:IsA("Part") then getclientproperty not working roblox How to dowload it? getclientproperty not working roblox v.BrickColor = BrickColor.random() v.Material = "Neon" end end ChangeParaMode("VEXATIOUS",BrickColor.random().Color,BrickColor.random().Color,"Arcade") end end)) coroutine.resume(coroutine.create(function() if ParaMode == 22 then getclientproperty not working roblox How to get it for free? getclientproperty not working roblox for i, v in pairs(mw1:GetChildren()) do if v:IsA("Part") then v.BrickColor = BrickColor.random() v.Material = "Neon" end end ChangeParaMode(est[math.random(1,5)],Color3.new(0,0,0),Color3.new(MRANDOM(0,1),MRANDOM(0,1),MRANDOM(0,1)),"Bodoni") end end)) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox coroutine.resume(coroutine.create(function() if TROL == true then for i, v in pairs(mw1:GetChildren()) do if v:IsA("Part") then v.Color = Color3.new(math.random(0,1),0,0) v.Material = "Neon" end end for i, v in pairs(mw2:GetChildren()) do if v:IsA("Part") then getclientproperty not working roblox PasteShr getclientproperty not working roblox v.Color = Color3.new(math.random(0,1),0,0) v.Material = "Neon" end end for i, v in pairs(extrawing2:GetChildren()) do if v:IsA("Part") then v.Color = Color3.new(math.random(0,1),0,0) v.Material = "Neon" end end getclientproperty not working roblox How to get it for free? getclientproperty not working roblox for i, v in pairs(extrawing1:GetChildren()) do if v:IsA("Part") then v.Color = Color3.new(math.random(0,1),0,0) v.Material = "Neon" end end ChangeParaMode("INSUBORDINATE",Color3.new(math.random(0,1),0,0),Color3.new(math.random(0,1),0,0),"Arcade") end end)) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox coroutine.resume(coroutine.create(function() if VOI == true then if math.random(1,2) == 1 then for i, v in pairs(mw2:GetChildren()) do if v:IsA("Part") then v.Color = Color3.new(0,0,math.random(0,1)) v.Material = "Neon" end end getclientproperty not working roblox How to use it? getclientproperty not working roblox ChangeParaMode("LACUNA",Color3.new(0,0,math.random(0,1)),Color3.new(0,0,math.random(0,1)),"Arcade") if math.random(1,25) == 1 then for i, v in pairs(mw2:GetChildren()) do if v:IsA("Part") then v.Color = Color3.new(math.random(0,1),0,0) v.Material = "Neon" end end ChangeParaMode("AluCNa",Color3.new(math.random(0,1),0,0),Color3.new(math.random(0,1),0,0),"Arcade") end getclientproperty not working roblox PasteShr getclientproperty not working roblox end end end)) coroutine.resume(coroutine.create(function() if ParaMode == 17 then for i, v in pairs(mw1:GetChildren()) do if v:IsA("Part") then v.Color = Color3.fromRGB(220 - 35 * math.cos(sine / 71), 112 + 40 * math.cos(sine / 46), 70 + 50 * math.cos(sine / 52)) v.Material = "Neon" getclientproperty not working roblox How to use it? getclientproperty not working roblox end end for i, v in pairs(mw2:GetChildren()) do if v:IsA("Part") then v.Color = Color3.fromRGB(220 - 35 * math.cos(sine / 81), 112 + 40 * math.cos(sine / 64), 70 + 50 * math.cos(sine / 72)) v.Material = "Neon" end end ChangeParaMode("CHERUBIC",Color3.fromRGB(220 - 35 * math.cos(sine / 81), 112 + 40 * math.cos(sine / 64), 70 + 50 * math.cos(sine / 72)),Color3.fromRGB(220 - 35 * math.cos(sine / 71), 112 + 40 * math.cos(sine / 46), 70 + 50 * math.cos(sine / 52)),"Code") end getclientproperty not working roblox PasteShr getclientproperty not working roblox end)) coroutine.resume(coroutine.create(function() if ParaMode == 1 then for i, v in pairs(mw1:GetChildren()) do if v:IsA("Part") then v.Color = Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90)) v.Material = "Neon" end end getclientproperty not working roblox How to dowload it? getclientproperty not working roblox for i, v in pairs(mw2:GetChildren()) do if v:IsA("Part") then v.Color = Color3.fromRGB(125 + 125 * math.cos(sine/90),0,125 + 125 * math.cos(sine/40)) v.Material = "Neon" end end ChangeParaMode("MYSTIC",Color3.fromRGB(125 + 125 * math.cos(sine/90),0,125 + 125 * math.cos(sine/40)),Color3.fromRGB(125 + 125 * math.cos(sine/40),0,125 + 125 * math.cos(sine/90)),"Code") end end)) getclientproperty not working roblox PasteShr getclientproperty not working roblox coroutine.resume(coroutine.create(function() if ParaMode == 31 then for i, v in pairs(mw1:GetChildren()) do if v:IsA("Part") then v.Color = Color3.fromRGB(0,0, 125 + 125 * math.cos(sine / 52)) v.Material = "Neon" end end for i, v in pairs(mw2:GetChildren()) do if v:IsA("Part") then getclientproperty not working roblox How to get it? getclientproperty not working roblox v.Color = Color3.fromRGB(125 + 125 * math.cos(sine / 81),125 + 125 * math.cos(sine / 81),0) v.Material = "Neon" end end for i, v in pairs(extrawing2:GetChildren()) do if v:IsA("Part") then v.Color = Color3.fromRGB(0,0, 125 + 125 * math.cos(sine / 52)) v.Material = "Neon" end end getclientproperty not working roblox PasteShr getclientproperty not working roblox for i, v in pairs(extrawing1:GetChildren()) do if v:IsA("Part") then v.Color = Color3.fromRGB(125 + 125 * math.cos(sine / 81),125 + 125 * math.cos(sine / 81),0) v.Material = "Neon" end end ChangeParaMode("A1",Color3.fromRGB(125 + 125 * math.cos(sine / 81),125 + 125 * math.cos(sine / 81),0),Color3.fromRGB(0,0, 125 + 125 * math.cos(sine / 52)),"Arcade") end end)) getclientproperty not working roblox How to use it? getclientproperty not working roblox coroutine.resume(coroutine.create(function() if ParaMode == 21 then for i, v in pairs(mw1:GetChildren()) do if v:IsA("Part") then v.Color = Color3.fromRGB(125 - 125 * math.cos(sine / 5),125 - 125 * math.cos(sine / 5),125 - 125 * math.cos(sine / 5)) v.Material = "Neon" end end for i, v in pairs(mw2:GetChildren()) do if v:IsA("Part") then getclientproperty not working roblox How to get it? getclientproperty not working roblox v.Color = Color3.fromRGB(125 + 125 * math.cos(sine / 8),0,0) v.Material = "Neon" end end ChangeParaMode("DISSENSION",Color3.fromRGB(125 + 125 * math.cos(sine / 8),0,0),Color3.fromRGB(125 - 125 * math.cos(sine / 5),125 - 125 * math.cos(sine / 5),125 - 125 * math.cos(sine / 5)),"Highway") end end)) coroutine.resume(coroutine.create(function() if ParaMode == 27 then getclientproperty not working roblox PasteShr getclientproperty not working roblox for i, v in pairs(mw2:GetChildren()) do if v:IsA("Part") then v.Color = Color3.fromRGB(0,0,125 + 125 * math.cos(sine / 68)) v.Material = "Neon" end end for i, v in pairs(mw1:GetChildren()) do if v:IsA("Part") then v.Color = Color3.fromRGB(220 - 35 * math.cos(sine / 81), 112 + 40 * math.cos(sine / 64), 70 + 50 * math.cos(sine / 72)) v.Material = "Neon" getclientproperty not working roblox How to get it for free? getclientproperty not working roblox end end ChangeParaMode("MORALITY",Color3.fromRGB(0,0,125 + 125 * math.cos(sine / 68)),Color3.fromRGB(220 - 35 * math.cos(sine / 81), 112 + 40 * math.cos(sine / 64), 70 + 50 * math.cos(sine / 72)),"Gotham") end end)) coroutine.resume(coroutine.create(function() if ParaMode == 28 then for i, v in pairs(mw2:GetChildren()) do if v:IsA("Part") then getclientproperty not working roblox How to get it for free? getclientproperty not working roblox v.Color = Color3.new(GetClientProperty(kan,'PlaybackLoudness')/600,GetClientProperty(kan,'PlaybackLoudness')/600,0) v.Material = "Neon" end end for i, v in pairs(mw1:GetChildren()) do if v:IsA("Part") then v.Color = Color3.new(0,0,0) v.Material = "Neon" end end getclientproperty not working roblox How to use it? getclientproperty not working roblox ChangeParaMode("HARMONIZE",Color3.new(0,0,0),Color3.new(GetClientProperty(kan,'PlaybackLoudness')/600,GetClientProperty(kan,'PlaybackLoudness')/600,0),"Gotham") end end)) coroutine.resume(coroutine.create(function() if PERM == true then for i, v in pairs(mw1:GetChildren()) do if v:IsA("Part") then v.Color = Color3.new(math.random(),math.random(),0) v.Material = "Neon" getclientproperty not working roblox PasteShr getclientproperty not working roblox end end for i, v in pairs(mw2:GetChildren()) do if v:IsA("Part") then v.Color = Color3.new(math.random(),math.random(),0) v.Material = "Neon" end end ChangeParaMode("TURMOIL",Color3.new(math.random(),math.random(),0),Color3.new(math.random(),math.random(),0),"Arcade") end getclientproperty not working roblox How to dowload it? getclientproperty not working roblox end)) coroutine.resume(coroutine.create(function() if rainbowmode == true then for i, v in pairs(mw1:GetChildren()) do if v:IsA("Part") then v.Color = Color3.new(r/255,g/255,b/255) end end for i, v in pairs(mw2:GetChildren()) do getclientproperty not working roblox PasteShr getclientproperty not working roblox if v:IsA("Part") then v.Color = Color3.new(r/255,g/255,b/255) end end ChangeParaMode("DECOROUS",Color3.new(r/255,g/255,b/255),Color3.new(1,1,1),"Highway") MAINRUINCOLOR = BrickColor.new(r/255,g/255,b/255) end end)) if chaosmode == false and ParaMode ~= 22 and TROL == false then getclientproperty not working roblox How to dowload it? getclientproperty not working roblox modet.Position = UDim2.new(0,0,0,0) modet.Rotation = -5 * math.cos(sine / 62) TopText.Rotation = -7 * math.cos(sine / 32) techc.Rotation = techc.Rotation + 1 techc.Rotation = techc.Rotation + 2 circl.Rotation = circl.Rotation - GetClientProperty(kan,'PlaybackLoudness')/100 - 1 circl2.Rotation = circl2.Rotation + GetClientProperty(kan,'PlaybackLoudness')/75 + 1 imgl2.Rotation = imgl2.Rotation - GetClientProperty(kan,'PlaybackLoudness')/75 + 1 techc2.Rotation = techc2.Rotation + GetClientProperty(kan,'PlaybackLoudness')/50 - 1 ned.Rotation = 0 - 2 * math.cos(sine / 32) getclientproperty not working roblox How to use it? getclientproperty not working roblox nedx.Rotation = 6 - 4 * math.cos(sine / 38) nedm.Rotation = 8 - 3 * math.cos(sine / 32) sngy.Rotation = 0 - 2 * math.cos(sine / 30) sngy.Position = UDim2.new(0.325 + 0.01 * math.cos(sine / 30), 0, 0.8 + 0.01 * math.cos(sine / 35), 0) -- sngy.Position = UDim2.new(0.325,0,0.8,0) fr.Position = UDim2.new(0, 0, 0.925 + 0.01 * math.cos(sine / 21), 0) fr2.Position = UDim2.new(0, 0, 0.85 + 0.01 * math.cos(sine / 16), 0) fr.Rotation = 0 - 1 * math.cos(sine / 35) fr2.Rotation = 0 + 1 * math.cos(sine / 32) ned.Position = UDim2.new(0.7,0 - 10 * math.cos(sine / 32),0.8,0 - 10 * math.cos(sine / 35)) else getclientproperty not working roblox How to get it? getclientproperty not working roblox modet.Position = UDim2.new(0,0,0,0) modet.Rotation = 0 + math.random(-5,5) TopText.Rotation = 0 + math.random(-5,5) techc.Rotation = techc.Rotation + 1 circl.Rotation = circl.Rotation - GetClientProperty(kan,'PlaybackLoudness')/75 - 1 - math.random(-5,5) circl2.Rotation = circl2.Rotation + GetClientProperty(kan,'PlaybackLoudness')/50 + 1 + math.random(-5,5) imgl2.Rotation = imgl2.Rotation - GetClientProperty(kan,'PlaybackLoudness')/50 + 1 + math.random(-5,5) techc2.Rotation = techc2.Rotation + GetClientProperty(kan,'PlaybackLoudness')/25 - 1 - math.random(-5,5) ned.Rotation = 0 - math.random(-5,5) nedx.Rotation = 0 - math.random(-5,5) getclientproperty not working roblox PasteShr getclientproperty not working roblox nedm.Rotation = 0 - math.random(-5,5) sngy.Rotation = 0 - math.random(-5,5) fr.Rotation = 0 - math.random(-5,5) fr2.Rotation = 0 + math.random(-5,5) ned.Position = UDim2.new(0.7,0 - 10 * math.cos(sine / 32),0.8,0 - 10 * math.cos(sine / 45)) end CameraManager() swait() getclientproperty not working roblox How to get it? getclientproperty not working roblox lwing1weld.C1=clerp(lwing1weld.C1,cf(0.5 + 0.5 * math.cos(sine / 380),0.5 + 0.5 * math.cos(sine / 25),-0)*angles(math.rad(0 + 0.1 * math.cos(sine / 50)),math.rad(0 - 0.1 * math.cos(sine / 36)),math.rad(0 - 3600 * math.cos(sine / 360))),.3) lwing2weld.C1=clerp(lwing2weld.C1,cf(0.5 + 0.5 * math.cos(sine / 380),0.5 + 0.5 * math.cos(sine / 25),-0)*angles(math.rad(0 + 0.1 * math.cos(sine / 70)),math.rad(0 - 0.1 * math.cos(sine / 37)),math.rad(120 - 3600 * math.cos(sine / 360))),.3) lwing3weld.C1=clerp(lwing3weld.C1,cf(0.5 + 0.5 * math.cos(sine / 380),0.5 + 0.5 * math.cos(sine / 25),-0)*angles(math.rad(0 + 0.1 * math.cos(sine / 60)),math.rad(0 - 0.1 * math.cos(sine / 51)),math.rad(-120 - 3600 * math.cos(sine / 360))),.3) rwing1weld.C1=clerp(rwing1weld.C1,cf(0.5 + 0.5 * math.cos(sine / 560),-0.25 - 0.5 * math.cos(sine / 25),-0)*angles(math.rad(0 + 0.1 * math.cos(sine / 50)),math.rad(0 - 0.1 * math.cos(sine / 36)),math.rad(0 + 3600 * math.cos(sine / 720))),.3) rwing2weld.C1=clerp(rwing2weld.C1,cf(0.5 + 0.5 * math.cos(sine / 560),-0.25 - 0.5 * math.cos(sine / 25),-0)*angles(math.rad(0 + 0.1 * math.cos(sine / 70)),math.rad(0 - 0.1 * math.cos(sine / 37)),math.rad(120 + 3600 * math.cos(sine / 720))),.3) rwing3weld.C1=clerp(rwing3weld.C1,cf(0.5 + 0.5 * math.cos(sine / 560),-0.25 - 0.5 * math.cos(sine / 25),-0)*angles(math.rad(0 + 0.1 * math.cos(sine / 60)),math.rad(0 - 0.1 * math.cos(sine / 51)),math.rad(-120 + 3600 * math.cos(sine / 720))),.3) lwing4weld.C1=clerp(lwing4weld.C1,cf(2.5 + 2 * math.cos(sine / 380),0.5 + 1.5 * math.cos(sine / 25),-1)*angles(math.rad(0 + 1 * math.cos(sine / 50)),math.rad(0 - 2 * math.cos(sine / 36)),math.rad(0 - 3600 * math.cos(sine / 360))),.3) lwing5weld.C1=clerp(lwing5weld.C1,cf(2.5 + 2 * math.cos(sine / 380),0.5 + 1.5 * math.cos(sine / 25),-1)*angles(math.rad(0 + 1 * math.cos(sine / 70)),math.rad(0 - 2 * math.cos(sine / 37)),math.rad(120 - 3600 * math.cos(sine / 360))),.3) lwing6weld.C1=clerp(lwing6weld.C1,cf(2.5 + 2 * math.cos(sine / 380),0.5 + 1.5 * math.cos(sine / 25),-1)*angles(math.rad(0 + 1 * math.cos(sine / 60)),math.rad(0 - 2 * math.cos(sine / 51)),math.rad(-120 - 3600 * math.cos(sine / 360))),.3) rwing4weld.C1=clerp(rwing4weld.C1,cf(1.5 + 2 * math.cos(sine / 560),-0.25 - 1 * math.cos(sine / 25),-1)*angles(math.rad(0 + 1 * math.cos(sine / 50)),math.rad(0 - 2 * math.cos(sine / 36)),math.rad(0 + 3600 * math.cos(sine / 720))),.3) getclientproperty not working roblox PasteShr getclientproperty not working roblox rwing5weld.C1=clerp(rwing5weld.C1,cf(1.5 + 2 * math.cos(sine / 560),-0.25 - 1 * math.cos(sine / 25),-1)*angles(math.rad(0 + 1 * math.cos(sine / 70)),math.rad(0 - 2 * math.cos(sine / 37)),math.rad(120 + 3600 * math.cos(sine / 720))),.3) rwing6weld.C1=clerp(rwing6weld.C1,cf(1.5 + 2 * math.cos(sine / 560),-0.25 - 1 * math.cos(sine / 25),-1)*angles(math.rad(0 + 1 * math.cos(sine / 60)),math.rad(0 - 2 * math.cos(sine / 51)),math.rad(-120 + 3600 * math.cos(sine / 720))),.3) sine = sine + change local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude local velderp=RootPart.Velocity.y hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character) coroutine.resume(coroutine.create(function() getclientproperty not working roblox How to use it? getclientproperty not working roblox if ParaMode == 3 then if hitfloor ~= nil then slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.01,0.01,0.01),math.random(5,50)/250,MAINRUINCOLOR.Color) if ParaMode == 3 then slash(math.random(75,150)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.01,0.01,0.01),math.random(5,150)/250,MAINRUINCOLOR.Color) end end end end)) if equipped==true or equipped==false then getclientproperty not working roblox How to get it for free? getclientproperty not working roblox if attack==false then idle=idle+1 else idle=0 end if idle>=500 then if attack==false then --Sheath() end end getclientproperty not working roblox How to use it? getclientproperty not working roblox if RootPart.Velocity.y > 1 and hitfloor==nil then Anim="Jump" if attack==false then RH.C0=clerp(RH.C0,cf(1,-0.35 - 0.05 * math.cos(sine / 25),-0.75)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-20)),.1) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(20)),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 25))*angles(math.rad(-10),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-2.5),math.rad(0),math.rad(0)),.1) RW.C0=clerp(RW.C0,cf(1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-5),math.rad(0),math.rad(25)),.1) LW.C0=clerp(LW.C0,cf(-1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-5),math.rad(0),math.rad(-25)),.1) end getclientproperty not working roblox PasteShr getclientproperty not working roblox elseif RootPart.Velocity.y < -1 and hitfloor==nil then Anim="Fall" if attack==false then RH.C0=clerp(RH.C0,cf(1,-0.35 - 0.05 * math.cos(sine / 25),-0.75)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-20)),.1) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(20)),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 25))*angles(math.rad(10),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2.5),math.rad(0),math.rad(0)),.1) RW.C0=clerp(RW.C0,cf(1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-15),math.rad(0),math.rad(55)),.1) LW.C0=clerp(LW.C0,cf(-1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-15),math.rad(0),math.rad(-55)),.1) end getclientproperty not working roblox PasteShr getclientproperty not working roblox elseif torvel<1 and hitfloor~=nil then Anim="Idle" if attack==false then if ParaMode == 1 then local snap = math.random(1,10) if snap == 1 then Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(23 + math.random(-5,5)),math.rad(math.random(-5,5)),math.rad(22 + math.random(-5,5))),1) end RH.C0=clerp(RH.C0,cf(1,-0.7,-0.4)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(10),math.rad(6),math.rad(0 - 10 * math.cos(sine / 48))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-25),math.rad(10 - 2 * math.cos(sine / 43)),math.rad(20 + 5 * math.cos(sine / 45))),.1) getclientproperty not working roblox How to get it? getclientproperty not working roblox RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 + 0.25 * math.cos(sine / 256),0 + 0.5 * math.cos(sine / 128),1.3 + 0.5 * math.cos(sine / 24))*angles(math.rad(20 - 3 * math.cos(sine / 32)),math.rad(20 - 2 * math.cos(sine / 55)),math.rad(-40)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(23 - 2 * math.cos(sine / 37)),math.rad(0 + 5 * math.cos(sine / 43) - 5 * math.cos(sine / 0.25)),math.rad(22 - 2 * math.cos(sine / 56))),.1) RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.1 * math.cos(sine / 28),0)*angles(math.rad(10 + 2 * math.cos(sine / 48)),math.rad(15),math.rad(45)),.1) LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),0)*angles(math.rad(-20 + 3 * math.cos(sine / 62)),math.rad(-3),math.rad(-60)),.1) elseif ParaMode == 2 then RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(0 - 2 * math.cos(sine / 32))),.1) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(0 + 2 * math.cos(sine / 32))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0 + 0.06 * math.cos(sine / 22),-0.1 + 0.05 * math.cos(sine / 32))*angles(math.rad(0 - 2 * math.cos(sine / 32)),math.rad(0),math.rad(-10)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(10 + 2 * math.cos(sine / 53))),.1) getclientproperty not working roblox How to get it? getclientproperty not working roblox RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.1 * math.cos(sine / 28),0)*angles(math.rad(10 + 2 * math.cos(sine / 48)),math.rad(15),math.rad(45)),.1) LW.C0=clerp(LW.C0,cf(-1.35,1 + 0.025 * math.cos(sine / 45),-0.2)*angles(math.rad(148 - 2 * math.cos(sine / 51)),math.rad(0 - 4 * math.cos(sine / 64)),math.rad(22 - 2 * math.cos(sine / 45))),.1) elseif ParaMode == 3 then RH.C0=clerp(RH.C0,cf(1,-0.7,-0.4)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-1),math.rad(-4),math.rad(-5 - 10 * math.cos(sine / 48))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-15),math.rad(3 - 2 * math.cos(sine / 43)),math.rad(30 + 5 * math.cos(sine / 45))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 + 0.125 * math.cos(sine / 128),0 + 0.25 * math.cos(sine / 64),1 + 0.5 * math.cos(sine / 24))*angles(math.rad(5 - 3 * math.cos(sine / 32)),math.rad(0 - 2 * math.cos(sine / 55)),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(30 - 2.5 * math.cos(sine / 28)),math.rad(0),math.rad(0)),.1) RW.C0=clerp(RW.C0,cf(1,0.35 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(62 + 6 * math.cos(sine / 72)),math.rad(3 - 2 * math.cos(sine / 58)),math.rad(-82 + 2 * math.cos(sine / 45))),.1) LW.C0=clerp(LW.C0,cf(-1,0.5 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(89 - 7 * math.cos(sine / 66)),math.rad(4 - 3 * math.cos(sine / 59)),math.rad(67 - 4 * math.cos(sine / 45))),.1) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox elseif ParaMode == 4 then local snap = math.random(1,5) local snap2 = math.random(1,10) if snap == 1 then if(snap2 == 1)then Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(25 + math.random(-25,25)),math.rad(math.random(-25,25)),math.rad(math.random(-25,25))),1) else Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(25 + math.random(-1,1)),math.rad(math.random(-1,1)),math.rad(math.random(-1,1))),0.6) end getclientproperty not working roblox PasteShr getclientproperty not working roblox RW.C0=clerp(RW.C0,cf(0.75,0.5,-0.25)*angles(math.rad(136),math.rad(0),math.rad(-20 + 2.5 * math.cos(sine / 28))),.1) LW.C0=clerp(LW.C0,cf(-0.75,0.5,-0.25)*angles(math.rad(136),math.rad(0),math.rad(20 - 2.5 * math.cos(sine / 28))),.1) end RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(25 - 2 * math.cos(sine / 32))),.1) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-25 + 2 * math.cos(sine / 32))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.25 + 0.02 * math.cos(sine / 32),-0.1 + 0.05 * math.cos(sine / 32))*angles(math.rad(25 - 2 * math.cos(sine / 32)),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(25 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(0 + 2 * math.cos(sine / 53))),.1) RW.C0=clerp(RW.C0,cf(0.75,0.5,-0.25)*angles(math.rad(140),math.rad(0),math.rad(-20 + 2.5 * math.cos(sine / 28))),.1) LW.C0=clerp(LW.C0,cf(-0.75,0.5,-0.25)*angles(math.rad(140),math.rad(0),math.rad(20 - 2.5 * math.cos(sine / 28))),.1) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox elseif ParaMode == 5 then PixelBlockX(5,0.25,"Add",rarm.CFrame*CFrame.new(0,-1,0)*CFrame.Angles(math.rad(90 + math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),0.75,0.75,0.75,0.0075,BrickColor.new("Electric blue"),0) LH.C0 = LH.C0:lerp(cf(-1,-0.9,-0.2)*angles(math.rad(-34.7+ 7 * math.sin(sine / 32)),math.rad(0),math.rad(0))*angles(math.rad(0),math.rad(-90),math.rad(0)),Alpha) RH.C0 = RH.C0:lerp(cf(1,0,-0.6)*angles(math.rad(-3.2+ 7 * math.sin(sine / 32)),math.rad(0),math.rad(0))*angles(math.rad(0),math.rad(90),math.rad(0)),Alpha) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.1 * math.cos(sine / 24))*angles(math.rad(15 - 2 * math.cos(sine / 32)),math.rad(0),math.rad(22 + 2 * math.cos(sine / 56))),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(22 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(0 + 2 * math.cos(sine / 53))),.1) RW.C0=clerp(RW.C0,cf(1.35,0.5,0.5)*angles(math.rad(-70 - 5 * math.cos(sine / 52)),math.rad(0),math.rad(-13 - 6 * math.cos(sine / 63))),.1) LW.C0=clerp(LW.C0,cf(-0.75,0.5,-0.25)*angles(math.rad(140),math.rad(0),math.rad(20 - 2.5 * math.cos(sine / 28))),.1) elseif ParaMode == 6 then getclientproperty not working roblox How to get it for free? getclientproperty not working roblox RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 7 * math.cos(sine / 56))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 3 * math.cos(sine / 52))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0 + 0.02 * math.cos(sine / 32),1 + 0.15 * math.cos(sine / 32))*angles(math.rad(0 - 2 * math.cos(sine / 32)),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(13 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(0 + 2 * math.cos(sine / 53))),.1) RW.C0=clerp(RW.C0,cf(1,0.35 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(62 + 6 * math.cos(sine / 72)),math.rad(3 - 2 * math.cos(sine / 58)),math.rad(-82 + 2 * math.cos(sine / 45))),.1) LW.C0=clerp(LW.C0,cf(-1,0.5 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(89 - 7 * math.cos(sine / 66)),math.rad(4 - 3 * math.cos(sine / 59)),math.rad(67 - 4 * math.cos(sine / 45))),.1) elseif ParaMode == 7 then RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 2 * math.cos(sine / 39))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 6 * math.cos(sine / 31))),.1) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 - 0.25 * math.cos(sine / 50),0 + 0.25 * math.cos(sine / 43),6 + 1 * math.cos(sine / 32))*angles(math.rad(0 - 2 * math.cos(sine / 32)),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(13 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(0 + 2 * math.cos(sine / 53))),.1) RW.C0=clerp(RW.C0,cf(0.75,0.5,-0.25)*angles(math.rad(140),math.rad(0),math.rad(-20 + 2.5 * math.cos(sine / 28))),.1) LW.C0=clerp(LW.C0,cf(-0.75,0.5,-0.25)*angles(math.rad(140),math.rad(0),math.rad(20 - 2.5 * math.cos(sine / 28))),.1) sphere2(8,"Add",rleg.CFrame*CFrame.new(0,-1,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),-0.01,0.05,-0.01,BrickColor.new("Really red").Color,BrickColor.new("Really red").Color) sphere2(8,"Add",lleg.CFrame*CFrame.new(0,-1,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),-0.01,0.05,-0.01,BrickColor.new("Really black").Color,BrickColor.new("Really black").Color) elseif ParaMode == 8 then RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(-10 + 2 * math.cos(sine / 43)),math.rad(0 - 2 * math.cos(sine / 34))),.1) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-1.5),math.rad(0),math.rad(0 + 2 * math.cos(sine / 34))),.1) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0 + 0.02 * math.cos(sine / 34),0 + 0.05 * math.cos(sine / 28))*angles(math.rad(0 - 2 * math.cos(sine / 34)),math.rad(0),math.rad(10 - 2 * math.cos(sine / 43))),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5 - 2.5 * math.cos(sine / 28)),math.rad(0 - 2 * math.cos(sine / 47)),math.rad(-10 + 2 * math.cos(sine / 43))),.1) RW.C0=clerp(RW.C0,cf(1,0.35 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(62 + 6 * math.cos(sine / 72)),math.rad(3 - 2 * math.cos(sine / 58)),math.rad(-82 + 2 * math.cos(sine / 45))),.1) LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),0)*angles(math.rad(-10 + 2 * math.cos(sine / 45)),math.rad(0),math.rad(-20 + 2 * math.cos(sine / 39))),.1) elseif ParaMode == 99999 then RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.1) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox RW.C0=clerp(RW.C0,cf(-1.45,0.5,0)*angles(math.rad(-190),math.rad(0),math.rad(-90)),.1) LW.C0=clerp(LW.C0,cf(1.45,0.5,0)*angles(math.rad(-190),math.rad(0),math.rad(90)),.1) elseif ParaMode == 9 then RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-6),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(1 - 2 * math.cos(sine / 32))),.1) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-0.5),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-1 + 2 * math.cos(sine / 32))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.01 + 0.02 * math.cos(sine / 32),0 + 0.05 * math.cos(sine / 32))*angles(math.rad(1 - 2 * math.cos(sine / 32)),math.rad(0),math.rad(0 + 3 * math.cos(sine / 42))),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(15 - 2 * math.cos(sine / 37)),math.rad(0 + 2 * math.cos(sine / 58)),math.rad(0 + 1 * math.cos(sine / 53))),.1) RW.C0=clerp(RW.C0,cf(-1.45,0.5,0)*angles(math.rad(-190),math.rad(0),math.rad(-90)),.1) LW.C0=clerp(LW.C0,cf(1.45,0.5,0)*angles(math.rad(-190),math.rad(0),math.rad(90)),.1) getclientproperty not working roblox How to get it? getclientproperty not working roblox elseif ParaMode == 10 then RH.C0=clerp(RH.C0,cf(1,-0.4,-0.65)*angles(math.rad(-15),math.rad(84),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 2 * math.cos(sine / 39))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,-0.2)*angles(math.rad(-10),math.rad(-84),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 6 * math.cos(sine / 31))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0 + 0.02 * math.cos(sine / 32),1 + 0.15 * math.cos(sine / 32))*angles(math.rad(-5 - 2 * math.cos(sine / 32)),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(13 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(0 + 2 * math.cos(sine / 53))),.1) RW.C0=clerp(RW.C0,cf(1.4,0.5 + 0.025 * math.cos(sine / 45),-0.1)*angles(math.rad(160 + 3 * math.cos(sine / 74)),math.rad(0 - 1 * math.cos(sine / 53)),math.rad(-15 + 5 * math.cos(sine / 32))),.1) LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.025 * math.cos(sine / 45),-0)*angles(math.rad(-5 - 5 * math.cos(sine / 73)),math.rad(0 - 2.25 * math.cos(sine / 55)),math.rad(-15 - 6 * math.cos(sine / 33))),.1) elseif ParaMode == 11 then getclientproperty not working roblox How to get it? getclientproperty not working roblox RH.C0=clerp(RH.C0,cf(1,-0.5,-0.6)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(2),math.rad(0),math.rad(-15 + 6 * math.cos(sine / 34))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(1.5),math.rad(0),math.rad(7.5 - 4 * math.cos(sine / 47))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,1 + 0.1 * math.cos(sine / 28))*angles(math.rad(0 - 3 * math.cos(sine / 34)),math.rad(0),math.rad(-1 + 4 * math.cos(sine / 62))),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10 - 3 * math.cos(sine / 28)),math.rad(5 - 6 * math.cos(sine / 79)),math.rad(1 - 4 * math.cos(sine / 62))),.1) RW.C0=clerp(RW.C0,cf(1,0.35 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(62 + 6 * math.cos(sine / 72)),math.rad(3 - 2 * math.cos(sine / 58)),math.rad(-82 + 2 * math.cos(sine / 45))),.1) LW.C0=clerp(LW.C0,cf(-1.35,1 + 0.025 * math.cos(sine / 45),-0.2)*angles(math.rad(148 - 2 * math.cos(sine / 51)),math.rad(0 - 4 * math.cos(sine / 64)),math.rad(22 - 2 * math.cos(sine / 45))),.1) elseif ParaMode == 12 then RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(3),math.rad(0 + 3 * math.cos(sine / 56)),math.rad(1 - 2 * math.cos(sine / 32))),.1) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(6),math.rad(0 + 3 * math.cos(sine / 56)),math.rad(3 + 2 * math.cos(sine / 32))),.1) getclientproperty not working roblox How to use it? getclientproperty not working roblox RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0.02 + 0.02 * math.cos(sine / 32),0 + 0.05 * math.cos(sine / 32))*angles(math.rad(2 - 2 * math.cos(sine / 32)),math.rad(0),math.rad(0 - 6 * math.cos(sine / 56))),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-3 - 5 * math.cos(sine / 37)),math.rad(0 + 14 * math.cos(sine / 58)),math.rad(0 + 3 * math.cos(sine / 53))),.1) RW.C0=clerp(RW.C0,cf(1,0.5 + 0.025 * math.cos(sine / 45),-0.45)*angles(math.rad(33 + 5 * math.cos(sine / 74)),math.rad(1 - 3 * math.cos(sine / 53)),math.rad(-33 + 3 * math.cos(sine / 45))),.1) LW.C0=clerp(LW.C0,cf(-1,0.5 + 0.025 * math.cos(sine / 45),-0.45)*angles(math.rad(23 - 3 * math.cos(sine / 73)),math.rad(2 - 1 * math.cos(sine / 55)),math.rad(33 - 3 * math.cos(sine / 45))),.1) elseif ParaMode == 13 then RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 9 * math.cos(sine / 51))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 7 * math.cos(sine / 44))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 + 0.25 * math.cos(sine / 47),0 + 0.25 * math.cos(sine / 35),1 + 0.5 * math.cos(sine / 32))*angles(math.rad(34 - 2 * math.cos(sine / 32)),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(-13 + 2 * math.cos(sine / 53))),.1) getclientproperty not working roblox How to use it? getclientproperty not working roblox RW.C0=clerp(RW.C0,cf(1,0.35 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(62 + 6 * math.cos(sine / 72)),math.rad(3 - 2 * math.cos(sine / 58)),math.rad(-82 + 2 * math.cos(sine / 45))),.1) LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),0)*angles(math.rad(-10 + 2 * math.cos(sine / 45)),math.rad(0),math.rad(-20 + 2 * math.cos(sine / 39))),.1) elseif ParaMode == 14 then RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 7 * math.cos(sine / 56))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 3 * math.cos(sine / 52))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 + 0.25 * math.cos(sine / 47),0 + 0.25 * math.cos(sine / 35),3 + 1 * math.cos(sine / 32))*angles(math.rad(34 - 2 * math.cos(sine / 32)),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(-13 + 2 * math.cos(sine / 53))),.1) RW.C0=clerp(RW.C0,cf(1,0.35 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(62 + 6 * math.cos(sine / 72)),math.rad(3 - 2 * math.cos(sine / 58)),math.rad(-82 + 2 * math.cos(sine / 45))),.1) LW.C0=clerp(LW.C0,cf(-1.35,1 + 0.025 * math.cos(sine / 45),-0.2)*angles(math.rad(148 - 2 * math.cos(sine / 51)),math.rad(0 - 4 * math.cos(sine / 64)),math.rad(22 - 2 * math.cos(sine / 45))),.1) getclientproperty not working roblox How to get it? getclientproperty not working roblox elseif ParaMode == 15 then RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 2 * math.cos(sine / 39))),.1) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-1.5),math.rad(0),math.rad(0 + 2 * math.cos(sine / 34))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0 + 0.02 * math.cos(sine / 32),1 + 0.15 * math.cos(sine / 32))*angles(math.rad(-60 - 2 * math.cos(sine / 32)),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(0 + 2 * math.cos(sine / 53))),.1) RW.C0=clerp(RW.C0,cf(1,0.35 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(62 + 6 * math.cos(sine / 72)),math.rad(3 - 2 * math.cos(sine / 58)),math.rad(-82 + 2 * math.cos(sine / 45))),.1) LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),0)*angles(math.rad(-10 + 2 * math.cos(sine / 45)),math.rad(0),math.rad(-20 + 2 * math.cos(sine / 39))),.1) elseif ParaMode == 16 then getclientproperty not working roblox How to get it for free? getclientproperty not working roblox RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(-15 - 5 * math.cos(sine / 32)),math.rad(100- 5 * math.cos(sine / 32)),math.rad(0))*angles(math.rad(-3 + math.random(-5,5)),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 2 * math.cos(sine / 39))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(-15 - 2.5 * math.cos(sine / 32)),math.rad(-95),math.rad(0))*angles(math.rad(-3 + math.random(-5,5)),math.rad(0 - 1 * math.cos(sine / 56)+ math.random(-5,5)),math.rad(10 + 6 * math.cos(sine / 31) + math.random(-5,5))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,1 + 0.5 * math.cos(sine / 24))*angles(math.rad(15 - 2 * math.cos(sine / 32)),math.rad(0),math.rad(22 + 2 * math.cos(sine / 56))),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(15 - 2 * math.cos(sine / 37)),math.rad(0 + 1.8 * math.cos(sine / 43) - 5 * math.cos(sine / 0.25)),math.rad(-22 - 2 * math.cos(sine / 56))),.1) RW.C0=clerp(RW.C0,cf(1,0.5 + 0.025 * math.cos(sine / 45),-0.2)*angles(math.rad(130 + 6 * math.cos(sine / 72) + MRANDOM(-20,20)),math.rad(3 - 2 * math.cos(sine / 58) + MRANDOM(-20,20)),math.rad(-38 + 2 * math.cos(sine / 45) + MRANDOM(-20,20))),.1) LW.C0=clerp(LW.C0,cf(-1,0.5 + 0.025 * math.cos(sine / 45),-0.2)*angles(math.rad(130 - 7 * math.cos(sine / 66) + MRANDOM(-20,20)),math.rad(4 - 3 * math.cos(sine / 59) + MRANDOM(-20,20)),math.rad(33 - 4 * math.cos(sine / 45) + MRANDOM(-20,20))),.1) elseif ParaMode == 17 then RH.C0=clerp(RH.C0,cf(1,-0.2,-0.4)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(5),math.rad(2),math.rad(-10 - 8 * math.cos(sine / 48))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-10),math.rad(2),math.rad(30 + 6 * math.cos(sine / 45))),.1) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 + 0.25 * math.cos(sine / 256),0 + 0.5 * math.cos(sine / 128),3 + 0.5 * math.cos(sine / 32))*angles(math.rad(-10 - 3 * math.cos(sine / 32)),math.rad(0 - 2 * math.cos(sine / 55)),math.rad(30)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5 - 2.5 * math.cos(sine / 28)),math.rad(0 - 2 * math.cos(sine / 47)),math.rad(-10 + 2 * math.cos(sine / 43))),.1) RW.C0=clerp(RW.C0,cf(1,0.35 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(62 + 6 * math.cos(sine / 72)),math.rad(3 - 2 * math.cos(sine / 58)),math.rad(-82 + 2 * math.cos(sine / 45))),.1) LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),0)*angles(math.rad(-10 + 2 * math.cos(sine / 45)),math.rad(0),math.rad(-20 + 2 * math.cos(sine / 39))),.1) elseif ParaMode == 18 then RH.C0=clerp(RH.C0,cf(1,-0.7,-0.4)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-1),math.rad(-4),math.rad(-5 - 10 * math.cos(sine / 48))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-15),math.rad(3 - 2 * math.cos(sine / 43)),math.rad(30 + 5 * math.cos(sine / 45))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 + 0.25 * math.cos(sine / 256),0 + 0.5 * math.cos(sine / 128),1 + 0.5 * math.cos(sine / 24))*angles(math.rad(-10 - 3 * math.cos(sine / 32)),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(30 - 2.5 * math.cos(sine / 28)),math.rad(0),math.rad(0)),.1) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox RW.C0=clerp(RW.C0,cf(1.4,0.5 + 0.025 * math.cos(sine / 45),-0.1)*angles(math.rad(160 + 3 * math.cos(sine / 74)),math.rad(0 - 1 * math.cos(sine / 53)),math.rad(-15 + 5 * math.cos(sine / 32))),.1) LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.025 * math.cos(sine / 45),-0)*angles(math.rad(-5 - 5 * math.cos(sine / 73)),math.rad(0 - 2.25 * math.cos(sine / 55)),math.rad(-15 - 6 * math.cos(sine / 33))),.1) elseif ParaMode == 19 then RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(3),math.rad(0 + 3 * math.cos(sine / 56)),math.rad(1 - 2 * math.cos(sine / 32))),.1) LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(6),math.rad(0 + 3 * math.cos(sine / 56)),math.rad(3 + 2 * math.cos(sine / 32))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0.02 + 0.02 * math.cos(sine / 32),0 + 0.05 * math.cos(sine / 32))*angles(math.rad(2 - 2 * math.cos(sine / 32)),math.rad(0),math.rad(0 - 6 * math.cos(sine / 56))),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-3 - 5 * math.cos(sine / 37)),math.rad(0 + 14 * math.cos(sine / 58)),math.rad(0 + 3 * math.cos(sine / 53))),.1) RW.C0=clerp(RW.C0,cf(0.75,0.5,-0.25)*angles(math.rad(140),math.rad(0),math.rad(-20 + 2.5 * math.cos(sine / 28))),.1) LW.C0=clerp(LW.C0,cf(-0.75,0.5,-0.25)*angles(math.rad(140),math.rad(0),math.rad(20 - 2.5 * math.cos(sine / 28))),.1) getclientproperty not working roblox How to use it? getclientproperty not working roblox elseif ParaMode == 20 then RH.C0=clerp(RH.C0,cf(1,-0.7,-0.4)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-1),math.rad(-4),math.rad(-5 - 10 * math.cos(sine / 48))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-15),math.rad(3 - 2 * math.cos(sine / 43)),math.rad(30 + 5 * math.cos(sine / 45))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 + 0.25 * math.cos(sine / 256),0 + 0.5 * math.cos(sine / 128),1.2 + 0.5 * math.cos(sine / 24))*angles(math.rad(-10 - 3 * math.cos(sine / 32)),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(30 - 2.5 * math.cos(sine / 28)),math.rad(0),math.rad(0)),.1) RW.C0=clerp(RW.C0,cf(1,0.35 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(62 + 6 * math.cos(sine / 72)),math.rad(3 - 2 * math.cos(sine / 58)),math.rad(-82 + 2 * math.cos(sine / 45))),.1) LW.C0=clerp(LW.C0,cf(-1,0.5 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(89 - 7 * math.cos(sine / 66)),math.rad(4 - 3 * math.cos(sine / 59)),math.rad(67 - 4 * math.cos(sine / 45))),.1) elseif ParaMode == 21 then getclientproperty not working roblox How to get it for free? getclientproperty not working roblox RH.C0=clerp(RH.C0,cf(1,-0.5,-0.4)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(2),math.rad(-20 - 8 * math.cos(sine / 48))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(2),math.rad(40 + 6 * math.cos(sine / 45))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 + 0.25 * math.cos(sine / 256),0 + 0.5 * math.cos(sine / 128),1 + 0.5 * math.cos(sine / 24))*angles(math.rad(-15 - 3 * math.cos(sine / 32)),math.rad(0 - 2 * math.cos(sine / 55)),math.rad(-50)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(40 - 2.5 * math.cos(sine / 28)),math.rad(20),math.rad(40)),.1) RW.C0=clerp(RW.C0,cf(1,0.35 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(62 + 6 * math.cos(sine / 72)),math.rad(3 - 2 * math.cos(sine / 58)),math.rad(-82 + 2 * math.cos(sine / 45))),.1) LW.C0=clerp(LW.C0,cf(-1,0.5 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(89 - 7 * math.cos(sine / 66)),math.rad(4 - 3 * math.cos(sine / 59)),math.rad(67 - 4 * math.cos(sine / 45))),.1) elseif ParaMode == 22 then RH.C0=clerp(RH.C0,CF(1,-1 - 0.05 * math.cos(sine / 28) + 0.05 * math.cos(sine / 44),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(7 - 5 * math.cos(sine / 44)),math.rad(0),math.rad(-6 - 3 * math.cos(sine / 34))),.1) LH.C0=clerp(LH.C0,CF(-1,-1 - 0.05 * math.cos(sine / 28) - 0.05 * math.cos(sine / 44),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(3 + 5 * math.cos(sine / 44)),math.rad(0),math.rad(0 + 3 * math.cos(sine / 34))),.1) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox RootJoint.C0=clerp(RootJoint.C0,RootCF*CF(0 - 0.05 * math.cos(sine / 44),0 + 0.03 * math.cos(sine / 34),-0.05 + 0.05 * math.cos(sine / 28))*angles(math.rad(0 - 5 * math.cos(sine / 0.5265)),math.rad(0 - 5 * math.cos(sine / 44)),math.rad(-5)),.1) tors.Neck.C0=clerp(tors.Neck.C0,necko*angles(math.rad(2 - 2.5 * math.cos(sine / 28)),math.rad(20 + 5 * math.cos(sine / 62)),math.rad(35 + 5 * math.cos(sine / 59))),.1) LW.C0=clerp(LW.C0,CF(-1.3,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1) RW.C0=clerp(RW.C0,cf(1,0.35 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(62 + 6 * math.cos(sine / 72)),math.rad(3 - 2 * math.cos(sine / 58)),math.rad(-82 + 2 * math.cos(sine / 45))),.1) elseif ParaMode == 23 then RH.C0=clerp(RH.C0,cf(1,-0.7,-0.4)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-15),math.rad(2),math.rad(-10 - 8 * math.cos(sine / 48))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(2),math.rad(30 + 6 * math.cos(sine / 45))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 + 0.25 * math.cos(sine / 256),0 + 0.5 * math.cos(sine / 128),2 + 0.5 * math.cos(sine / 24))*angles(math.rad(-10 - 3 * math.cos(sine / 32)),math.rad(0 - 2 * math.cos(sine / 55)),math.rad(20)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(50 - 2.5 * math.cos(sine / 28)),math.rad(0),math.rad(-20)),.1) getclientproperty not working roblox How to get it? getclientproperty not working roblox RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.025 * math.cos(sine / 45),0)*angles(math.rad(2 + 5 * math.cos(sine / 74)),math.rad(1 - 3 * math.cos(sine / 53)),math.rad(8 + 3 * math.cos(sine / 45))),.1) LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.025 * math.cos(sine / 45),-0)*angles(math.rad(-5 - 5 * math.cos(sine / 73)),math.rad(0 - 2.25 * math.cos(sine / 55)),math.rad(-15 - 6 * math.cos(sine / 33))),.1) elseif ParaMode == 24 then RH.C0=clerp(RH.C0,cf(1,-0.7,-0.4)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-1),math.rad(-4),math.rad(-5 - 10 * math.cos(sine / 48))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-15),math.rad(3 - 2 * math.cos(sine / 43)),math.rad(30 + 5 * math.cos(sine / 45))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 + 0.125 * math.cos(sine / 128),0 + 0.25 * math.cos(sine / 64),1 + 0.5 * math.cos(sine / 18))*angles(math.rad(5 - 3 * math.cos(sine / 32)),math.rad(0 - 2 * math.cos(sine / 55)),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(40 - 2.5 * math.cos(sine / 28)),math.rad(20),math.rad(40)),.1) RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.2 * math.cos(sine / 18),0)*angles(math.rad(0),math.rad(-5),math.rad(5 - 8 * math.cos(sine/18))),.1) LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.2 * math.cos(sine / 18),0)*angles(math.rad(0),math.rad(5),math.rad(-5 + 8 * math.cos(sine/18))),.1) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox elseif ParaMode == 25 then PixelBlockX(5,0.25,"Add",rarm.CFrame*CFrame.new(0,-1,0)*CFrame.Angles(math.rad(90 + math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),0.75,0.75,0.75,0.0075,BrickColor.new("Dark indigo"),0) PixelBlockX(5,0.25,"Add",larm.CFrame*CFrame.new(0,-1,0)*CFrame.Angles(math.rad(90 + math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),0.75,0.75,0.75,0.0075,BrickColor.new("Dark indigo"),0) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 + 0.125 * math.cos(sine / 128),0 + 0.25 * math.cos(sine / 64),1.5 + 0.5 * math.cos(sine / 18))*angles(math.rad(5 - 3 * math.cos(sine / 32)),math.rad(0 - 2 * math.cos(sine / 55)),math.rad(0)),.1) LH.C0 = LH.C0:lerp(cf(-1,-0.9,-0.2)*angles(math.rad(-34.7+ 7 * math.sin(sine / 32)),math.rad(0),math.rad(0))*angles(math.rad(0),math.rad(-90),math.rad(0)),Alpha) RH.C0 = RH.C0:lerp(cf(1,0,-0.6)*angles(math.rad(-3.2+ 7 * math.sin(sine / 32)),math.rad(0),math.rad(0))*angles(math.rad(0),math.rad(90),math.rad(0)),Alpha) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(22 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(0 + 2 * math.cos(sine / 53))),.1) RW.C0=clerp(RW.C0,cf(1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-15),math.rad(0),math.rad(55)),.1) LW.C0=clerp(LW.C0,cf(-1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-15),math.rad(0),math.rad(-55)),.1) getclientproperty not working roblox How to get it? getclientproperty not working roblox elseif ParaMode == 26 then PixelBlockX(5,0.25,"Add",rarm.CFrame*CFrame.new(0,-1,0)*CFrame.Angles(math.rad(90 + math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),0.75,0.75,0.75,0.0075,BrickColor.new("Shamrock"),0) RH.C0=clerp(RH.C0,cf(1,-.6,-.2)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-6 - 3 * math.sin(sine / 16)),math.rad(0),math.rad(-3 - 3 * math.sin(sine / 16))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 3 * math.cos(sine / 52))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,2 + .3 * math.cos(sine / 16))*angles(math.rad(1 - 1 * math.cos(sine / 16)),math.rad(0),math.rad(0 - 6 * math.cos(sine / 56))),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-3 - 5 * math.sin(sine / 16)),math.rad(0),math.rad(0)),.1) RW.C0=clerp(RW.C0,cf(1,0.5 + 0.2 * math.sin(sine / 16),0.45)*angles(math.rad(-33 - 5 * math.cos(sine / 74)),math.rad(1 - 3 * math.cos(sine / 53)),math.rad(-33 + 3 * math.cos(sine / 45))),.1) LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.025 * math.cos(sine / 45),0)*angles(math.rad(5 - 3 * math.cos(sine / 73)),math.rad(2 - 1 * math.cos(sine / 55)),math.rad(-14 - 6 * math.cos(sine / 33))),.1) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox elseif ParaMode == 27 then RH.C0=clerp(RH.C0,cf(1,-.6,-.2)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-6 - 3 * math.sin(sine / 16)),math.rad(0),math.rad(-3 - 3 * math.sin(sine / 52))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 3 * math.cos(sine / 52))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 + 0.25 * math.cos(sine / 256),0 + 0.5 * math.cos(sine / 128),2.2 + 0.5 * math.cos(sine / 24))*angles(math.rad(-15 - 3 * math.cos(sine / 32)),math.rad(0 - 2 * math.cos(sine / 55)),math.rad(-50)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(13 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(0 + 2 * math.cos(sine / 53))),.1) RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.1 * math.cos(sine / 28),0)*angles(math.rad(20 + 3 * math.cos(sine / 48)),math.rad(-30 - 2 * math.cos(sine / 53)),math.rad(33 - 7 * math.cos(sine / 38))),.1) LW.C0=clerp(LW.C0,cf(-1.25,0.5 + 0.1 * math.cos(sine / 28),-0.25)*angles(math.rad(170 + 1 * math.cos(sine / 62)),math.rad(-3),math.rad(10)),.1) elseif ParaMode == 28 then RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 2 * math.cos(sine / 39))),.1) getclientproperty not working roblox How to get it? getclientproperty not working roblox LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 6 * math.cos(sine / 31))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 + 0.125 * math.cos(sine / 128),0 + 0.25 * math.cos(sine / 64),1.5 + GetClientProperty(kan,'PlaybackLoudness')/450)*angles(math.rad(5 - 3 * math.cos(sine / 32)),math.rad(0 - 2 * math.cos(sine / 55)),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10 + 2 * math.cos(sine / 28) - GetClientProperty(kan,'PlaybackLoudness')/60),math.rad(0 + 2 * math.cos(sine / 73)),math.rad(-30)),.4) RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.02 * math.cos(sine / 28),0)*angles(math.rad(40 + 5 * math.cos(sine / 34) + GetClientProperty(kan,'PlaybackLoudness')/7.5),math.rad(0),math.rad(28 - 2 * math.cos(sine / 38))),.4) LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.02 * math.cos(sine / 28),0)*angles(math.rad(10),math.rad(5),math.rad(7.5)),.4) elseif ParaMode == 29 then RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 6 * math.cos(sine / 39))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 3 * math.cos(sine / 45))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0 + 0.02 * math.cos(sine / 32),3 + 0.45 * math.cos(sine / 32))*angles(math.rad(0 - 2 * math.cos(sine / 22)),math.rad(0),math.rad(17)),.1) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(29 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(-17 + 2 * math.cos(sine / 53))),.1) RW.C0=clerp(RW.C0,cf(1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-15),math.rad(0),math.rad(55)),.1) LW.C0=clerp(LW.C0,cf(-1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-15),math.rad(0),math.rad(-55)),.1) elseif ParaMode == 30 then LH.C0 = LH.C0:lerp(cf(-1,-0.9,-0.2)*angles(math.rad(-34.7+ 7 * math.sin(sine / 32)),math.rad(0),math.rad(0))*angles(math.rad(0),math.rad(-90),math.rad(0)),Alpha) RH.C0 = RH.C0:lerp(cf(1,0,-0.6)*angles(math.rad(-3.2+ 7 * math.sin(sine / 32)),math.rad(0),math.rad(0))*angles(math.rad(0),math.rad(90),math.rad(0)),Alpha) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,3 + 0.6 * math.cos(sine / 28))*angles(math.rad(2 + 3 * math.cos(sine / 34)),math.rad(0),math.rad(34 - 3 * math.cos(sine / 54))),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(15 - 4 * math.cos(sine / 28)),math.rad(0 - 1 * math.cos(sine / 44)),math.rad(-34 + 3 * math.cos(sine / 54))),.1) RW.C0=clerp(RW.C0,cf(1,0.5 + 0.2 * math.sin(sine / 28),0.45)*angles(math.rad(-33 - 5 * math.cos(sine / 74)),math.rad(1 - 3 * math.cos(sine / 53)),math.rad(-33 + 3 * math.cos(sine / 45))),.1) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox LW.C0=clerp(LW.C0,cf(-1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-15),math.rad(0),math.rad(-55)),.1) elseif ParaMode == 31 then RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 2 * math.cos(sine / 39))),.1) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 6 * math.cos(sine / 31))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 - 0.25 * math.cos(sine / 50),0 + 0.25 * math.cos(sine / 43),8 + 1 * math.cos(sine / 32))*angles(math.rad(0 - 2 * math.cos(sine / 32)),math.rad(0),math.rad(0)),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(13 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(0 + 2 * math.cos(sine / 53))),.1) RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(-8 - 4 * math.cos(sine / 59)),math.rad(-20 + 7 * math.cos(sine / 62)),math.rad(20 + 5 * math.cos(sine / 50))),.2) LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),0)*angles(math.rad(-8 - 3 * math.cos(sine / 55)),math.rad(20 + 8 * math.cos(sine / 67)),math.rad(-20 - 4 * math.cos(sine / 29))),.2) getclientproperty not working roblox How to get it? getclientproperty not working roblox elseif ParaMode == 32 then sphere2(8,"Add",rarm.CFrame*CFrame.new(0,-1,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),-0.01,0.05,-0.01,BrickColor.new("Really red").Color,Color3.new(0,1,0)) sphere2(8,"Add",larm.CFrame*CFrame.new(0,-1,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),-0.01,0.01,-0.01,BrickColor.new("Toothpaste").Color,Color3.new(0,1,0)) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 + 0.125 * math.cos(sine / 128),0 + 0.25 * math.cos(sine / 64),1.5 + 0.5 * math.cos(sine / 38))*angles(math.rad(5 - 3 * math.cos(sine / 32)),math.rad(0 - 2 * math.cos(sine / 55)),math.rad(0)),.1) LH.C0 = LH.C0:lerp(cf(-1,-0.9,-0.2)*angles(math.rad(-34.7+ 7 * math.sin(sine / 32)),math.rad(0),math.rad(0))*angles(math.rad(0),math.rad(-90),math.rad(0)),Alpha) RH.C0 = RH.C0:lerp(cf(1,0,-0.6)*angles(math.rad(-3.2+ 7 * math.sin(sine / 32)),math.rad(0),math.rad(0))*angles(math.rad(0),math.rad(90),math.rad(0)),Alpha) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(13 - 2 * math.cos(sine / 37)),math.rad(0 + 5 * math.cos(sine / 43)),math.rad(-22 - 2 * math.cos(sine / 56))),.1) RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.050 * math.cos(sine / 10),0.2)*angles(math.rad(89 + 10 * math.cos(sine / 100)),math.rad(0 - 1 * math.cos(sine / 32)),math.rad(30 - 8 * math.cos(sine / 100))),.1) LW.C0=clerp(LW.C0,cf(-1.35,0.5 + 0.125 * math.cos(sine / 10),0)*angles(math.rad(5 - 2 * math.cos(sine / 21)),math.rad(16 - 4 * math.cos(sine / 44)),math.rad(-13 - 6 * math.cos(sine / 25))),.1) getclientproperty not working roblox How to get it for free? getclientproperty not working roblox end end elseif torvel>2 and torvel<22 and hitfloor~=nil then Anim="Walk" if attack == false then RH.C0=clerp(RH.C0,cf(1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 35 * math.cos(sine / 8))),.1) LH.C0=clerp(LH.C0,cf(-1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 35 * math.cos(sine / 8))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.05,-0.05 - 0.05 * math.cos(sine / 4))*angles(math.rad(5 + 3 * math.cos(sine / 4)),math.rad(0 + root.RotVelocity.Y/1.5),math.rad(0 - root.RotVelocity.Y - 5 * math.cos(sine / 8))),.1) getclientproperty not working roblox How to dowload it? getclientproperty not working roblox Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10 - 3 * math.cos(sine / 4)),math.rad(0 + root.RotVelocity.Y/1.5),math.rad(0 - hed.RotVelocity.Y*1.5 + 5 * math.cos(sine / 8))),.1) RW.C0=clerp(RW.C0,cf(1.5,0.5,0 + 0.25 * math.cos(sine / 8))*angles(math.rad(0 - 50 * math.cos(sine / 8)),math.rad(0),math.rad(5 - 10 * math.cos(sine / 4))),.1) LW.C0=clerp(LW.C0,cf(-1.5,0.5,0 - 0.25 * math.cos(sine / 8))*angles(math.rad(0 + 50 * math.cos(sine / 8)),math.rad(0),math.rad(-5 + 10 * math.cos(sine / 4))),.1) elseif ParaMode == 12 then RH.C0=clerp(RH.C0,cf(1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 35 * math.cos(sine / 8))),.1) LH.C0=clerp(LH.C0,cf(-1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 35 * math.cos(sine / 8))),.1) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.05,-0.05 - 0.05 * math.cos(sine / 4))*angles(math.rad(5 + 3 * math.cos(sine / 4)),math.rad(0 + root.RotVelocity.Y/1.5),math.rad(0 - root.RotVelocity.Y - 5 * math.cos(sine / 8))),.1) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10 - 3 * math.cos(sine / 4)),math.rad(0 + root.RotVelocity.Y/1.5),math.rad(0 - hed.RotVelocity.Y*1.5 + 5 * math.cos(sine / 8))),.1) RW.C0=clerp(RW.C0,cf(1,0.5 + 0.025 * math.cos(sine / 45),-0.25)*angles(math.rad(33 + 5 * math.cos(sine / 74)),math.rad(1 - 3 * math.cos(sine / 53)),math.rad(-33 + 3 * math.cos(sine / 45))),.1) LW.C0=clerp(LW.C0,cf(-1,0.5 + 0.025 * math.cos(sine / 45),-0.25)*angles(math.rad(23 - 3 * math.cos(sine / 73)),math.rad(2 - 1 * math.cos(sine / 55)),math.rad(33 - 3 * math.cos(sine / 45))),.1) getclientproperty not working roblox How to use it? getclientproperty not working roblox end elseif torvel>=22 and hitfloor~=nil then Anim="Run" if attack==false then RH.C0=clerp(RH.C0,cf(1,-0.5,-0.6)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(1.5),math.rad(0),math.rad(-20 - 5 * math.cos(sine / 34))),.2) LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(1),math.rad(0),math.rad(20 + 2 * math.cos(sine / 38))),.2) RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 - 0.15 * math.cos(sine / 47),-0.5,0.5 + 0.1 * math.cos(sine / 28))*angles(math.rad(70),math.rad(0 - root.RotVelocity.Y),math.rad(0 - root.RotVelocity.Y *4.5 + 3 * math.cos(sine / 47))),.2) Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-17 - 5 * math.cos(sine / 52)),math.rad(0 - 3 * math.cos(sine / 37)),math.rad(0 + 2 * math.cos(sine / 78))),.2) RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(-8 - 4 * math.cos(sine / 59)),math.rad(-20 + 7 * math.cos(sine / 62)),math.rad(20 + 5 * math.cos(sine / 50))),.2) LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),0)*angles(math.rad(-8 - 3 * math.cos(sine / 55)),math.rad(20 + 8 * math.cos(sine / 67)),math.rad(-20 - 4 * math.cos(sine / 29))),.2) getclientproperty not working roblox How to use it? getclientproperty not working roblox end end end end getclientproperty not working roblox