Totally forgot about my friends birthday… Made this for her, she’s 11 and loves wrestling so I’ve made her her own wrestling federation.
What do you guys think? lots of brutal criticism please - i wanna get it perfect for her!
It is just a scene atm there has no gameplay programmed yet. (edit: I added a default ROBLOX sword because, why not)
Did the whole think in about 6 hours…
Bit of this build i like best is the static animation on the TV’s really impressive for like …
local variable = script.Parent.Parent.Position
local numgen = Random.new(variable.X+variable.Y+variable.Z)
local random = numgen:NextInteger(-900,900)/100
while true do
script.Parent.OffsetStudsV = script.Parent.OffsetStudsV + random
wait()
random = numgen:NextInteger(-900,900)/100
end
8 lines of code…
Also im pretty sure you wont see it if you have good PING… as i was having a problem with flickering decals, if anyone else is having this problem and knows what actually causes it or knows a workaround totally gimmie a shout!
Basically scripts like this dont seem to work for me anymore…
while true do
Decal.Texture = “http://www.roblox.com/asset/?id=435092121”
wait(0.2)
Decal.Texture = “http://www.roblox.com/asset/?id=435092219”
wait(0.2)
Decal.Texture = “http://www.roblox.com/asset/?id=435092366”
wait(0.2)
Decal.Texture = “http://www.roblox.com/asset/?id=435092603”
wait(0.2)
Decal.Texture = “http://www.roblox.com/asset/?id=435092911”
etc…
Anyways this wasn’t meant to be asking for scripting help - let me know what you think of the build…!