Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

server sided 1 script : Old Animations?

Asked by 10 years ago

I believe this should client to the all the players but its like NOPE NOT GONNA HAPPEN! And yet there is no output?!?!!?

(I would have this a moved correctly in the script)

--Question Posted By #Gravity Tech.

001Ani=function()
002if OldAniAllowed==true then
003for _, v in pairs(game.Players:GetPlayers()) do
004local an=v:WaitForChild('Animate')
005v:remove()
006NewAnimations()
007end end end
008 
009delay(0,function() Ani() end)
010 
011NewAnimations = [==[
012function waitForChild(parent, childName)
013    local child = parent:findFirstChild(childName)
014    if child then return child end
015    while true do
View all 207 lines...
0
Maybe because you're doing something to NewFunctions when it's not defined yet? Idk I've never seen [==[ before. Perci1 4988 — 10y
0
The [==[ Is not used much because its not really known but for say " Its A Script Inside A Script " MessorAdmin 598 — 10y
0
If your a nil player and someway didnt get kicked from the server you can load this script into your "Backpack" and it will load a nil character so you may move around as a normal ROBLOX Character. MessorAdmin 598 — 10y

Answer this question