#beginner what are the basics

1 messages · Page 1 of 1 (latest)

fluid fog
#

please help i did some things while scripting
I know variables,functions,comments,events,funtionevents but i don't get how other people while scripting don't have to look up tutorials to like make the stuff they just have a general idea on what to do

orchid zinc
#

vector3, cframes, how to play anims, tweenservices, RunServices, Replicated Storage, Server Scriptervice, learn what the difference from local side scripts and server side and how to communicate with them

flat sableBOT
#

studio** You are now Level 11! **studio

orchid zinc
#

theres a lot

#

learn it

#

and then just

#

idk create an ability from anime?

#

or the system

#

that you have seen in some game

fluid fog
#

i know how to play anims but i tend to forget

#

i don't know tween services

#

Run services can you explain taht

#

i've tinkled with replicated and server

orchid zinc
#

i mean it's kinda the easiest things to understand prob

orchid zinc
# fluid fog Run services can you explain taht

DISCORD 📜
Join my Discord Community if you want scripting help, participate in events/challenges, and make friends!
https://discord.gg/WC6kPu5W5P

MEMBERSHIPS 🎁
Get Access To My Scripts + More Perks By Becoming a Channel Member! 👇
https://www.youtube.com/@BrawlDevRBLX/join

ADVANCED ROBLOX SCRIPTING SERIES 🔴
https://www.youtube.com/p...

▶ Play video
fluid fog
#

you get things from the server

#

client is what the player can see

#

server is the stuff running on the server

orchid zinc
fluid fog
#

oh

#

i want to make dialogue

#

but i don't want an video

#

i want to know what to do

orchid zinc
#

so lets just say ur doing an ability, u calling it and making cd for it on client side so it would be for one player and then server side it's already an ability so everyone could see it and ability could interact with everyone like hitboxes

#

maybe bad example but idk really what to say about it

#

client only happens to you

#

while server happens to everyone

orchid zinc
#

theres function that better on client and others for server

fluid fog
#

how do i make animation server side

orchid zinc
fluid fog
#

i just got done making a walk animation

orchid zinc
#

and theres no that much people who would explain you

#

it's a channel where people just gives a hint

#

how to do sum

fluid fog
#

please give

#

how do you add cooldown

#

i never figured that out

#

parameters are confusing to

#

like i don't get how they get value

orchid zinc
fluid fog
#

oh

#

local debounce = true

orchid zinc
#

ah

#

alr

#

lets just say

fluid fog
#

debounce is a bool right

orchid zinc
#
local debounce = false

script.parent.Activated:Connect(function()
  if not debounce then
    debounce = true
    IDK SOME FUNCTION WHEN YOU ACTIVATE TOOL
  task.wait(3)
  debounce = false
end
end)```
orchid zinc
#

cuz it's true or false

#

it not has to be named debounce

fluid fog
#

ok

orchid zinc
#

it's just how everyone says

#

it can be named how you want

fluid fog
#

can run service have night and day

fluid fog
stiff shoal
fluid fog
#

but it's not working

orchid zinc
stiff shoal
orchid zinc
#

humanoidRootPart

fluid fog
#

how they are able to fix and debug things

stiff shoal
fluid fog
#

how do i balance both ou

stiff shoal
#

if you get stuck on a problem for a week, consider yourself lucky. i've been stuck on problems for much longer than that.

#

and the more you debug, and practice it, the better you get at it.

stiff shoal
fluid fog
#

ight imma make a walk now

#

do i just search it up

stiff shoal
#

it's going to be trash to start with, but as long as you don't give up, you'll always do it better the next time.

fluid fog
#

ok

stiff shoal
fluid fog
#

do yall have the blender plugin

#

for studio

fluid fog
#

@stiff shoal ineed help

#

how do i change walk animation

fluid fog