#how do i start a fighting game?

1 messages · Page 1 of 1 (latest)

bronze niche
#

ihni how to script

bronze niche
#

im so cooked that i dont even know whats rbxl

#

do i need moon animation for it?

zenith dome
#

you're so cooked yes

bronze niche
#

yup 😭

buoyant sealBOT
#

studio** You are now Level 1! **studio

zenith dome
#

dont start your fighting game, you will give up

#

it will be mostly a waste of time unless you have a team

bronze niche
#

damn

analog cargo
#

if you're completely new try making smaller systems for it like m1s and abilities

#

try to get better and later on you'll see how bad ur old code is

brisk glacier
bronze niche
#

How do I even learn how tho 😔

brisk glacier
bronze niche
#

I have nothing to do so I'll take the risk

edgy ridge
edgy hemlock
sage sail
#

luau is based off lua 5.1 with extra additions and smaller optimizations

#

and some things removed

#

but i mean we're talking about roblox rn

edgy hemlock
#

fair

sage sail
#

there's zero reason to learn lua instead of luau if you're wanting to get into roblox since you can't really apply everything about lua into luau

brisk glacier
edgy hemlock
#

almost all the syntax is the same, you could learn lua and then learn luau, no biggie, but yeah for roblox js learn luau

sage sail
#

yeah but it's a waste of time if you're solely caring about roblox and not actually programming in lua outside of it

edgy hemlock
#

yeah unfortunately not many places to use lua

sage sail
#

ehhhh

brisk glacier
buoyant sealBOT
#

studio** You are now Level 14! **studio

sage sail
#

i beg to differ

edgy hemlock
#

should've totally taken python's position smh

#

just better ngl

brisk glacier
brisk glacier
edgy hemlock
#

you can learn luau on lua

sage sail
#

luau is pretty much its own language, the only real similarity is the syntax

#

backend it's different

brisk glacier
#

luau is an extension and modification of lua, without lua luau wouldn’t exist

sage sail
#

very* different

#

yes but roblox modified lua a TON

#

it has wayy more features

brisk glacier
#

but it’s still lua

sage sail
#

yes

edgy hemlock
#

i was able to write lua perfectly fine after only using luau

#

what even is the point of arguing over this

sage sail
#

why is this even an argument gang, if you're gonna help someone with roblox related things, point them towards the luau docs or even the roblox wiki, not the lua docs

brisk glacier
sage sail
#

i said he was asking to get into roblox

brisk glacier
sage sail
#

so you should've just given him luau docs or even just ignored the luau docs and given him the wiki

#

you gave him the wiki tho so i'm not complaining about that

edgy hemlock
#

it's really not that big of a deal im out

sage sail
#

BRO

#

💔 💔

#

that's like

#

a solid ten games of tic tac toe

brisk glacier
#

average battlegrounds game code

sage sail
brisk glacier
sage sail
#

requiring hexadecimal

#

crazy work

brisk glacier
sage sail
#

imagine you want to require an asset so you convert the id to hexadecimal

brisk glacier
#

😭 😭 😭 😭

sage sail
#

just for the extra work

#

bro

#

😭

brisk glacier
#

big numbers fella

sage sail
#

no but it's genius

brisk glacier
#

optimization ✅

sage sail
#

people under the age of like 13 or 14 will never be able to know that all it takes is a print statement to bypass their security

brisk glacier
#

😭

sage sail
#

i wonder what that even leads to

#

let me check

eager comet
#

dont solo, 100% of the time beginners will try to do everything but that only works if you're good in everything which i guarantee you you're not if you're new

bronze niche
#

local UIS = game:GetService("UserInputService")
local RS = game:GetService("ReplicatedStorage")
local M1Remote = RS:WaitForChild("M1Remote")

local debounce = false

UIS.InputBegan:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseButton1 and not debounce then
debounce = true
M1Remote:FireServer()
task.wait(0.4)
debounce = false
end
end)

#

guys is this ok

#

im going crazy trying to figure this out

brisk glacier
bronze niche
#

i meant the rs thing

bronze niche
brisk glacier