#Basic blocking system, need help!
1 messages · Page 1 of 1 (latest)
ive tried a few but they didnt do anything for negating damage, just a block animation
** You are now Level 3! **
Just spawn a forcefield
If you're using humanoid:takedamage
i tried to figure that out yesterday too but im stupid so i gave up
Learn basics
💔
Time to google your problem and read the doc
make an attribute "Blocking" to the character, and on your damaging, check for the attribute
Send the code ill help
oh ok fire, ill send it later
X
SYSTEM SETUP
- Create a LocalScript
Location: StarterPlayer > StarterCharacterScripts
Name: ForceFieldHandler (or any name you like)
This handles input and tells the server to create a force field.
- Create a RemoteEvent
Location: ReplicatedStorage
Name: ActivateForceField
- Create a Script (Server Script)
Location: ServerScriptService
Name: ForceFieldServer (or any name you like)
This handles the actual creation and removal of the ForceField and logic to block damage.
StarterCharacterScripts/ForceFieldHandler (LocalScript)
🤖
ServerScriptService/ForceFieldServer (Script)
DM me and i'll get u the scripts but follow what i sent first
yessir
spoonfeeding