#Help plzzzz
1 messages · Page 1 of 1 (latest)
** You are now Level 1! **
It's WalkSpeed
Also very exploitable
I'd recommend creating a BoolValue inside the player, and a script which has an event for detecting any instances added to the player, and it will check if it's a bool value and called whatever. If it's true, it will set walkspeed, jumppower, and their state (optional) to 0 each frame (runservice.PreRender). Just so it's not exploitable.
It works now :D
But, it's just dialogue anyway
Yeah
Nothing special, probably no need
No little character rn
Just incase you're making an actual stun for combat and stuff.
Since it's for an npc
Fair
This is just for a little talking person
You can check #1371710290307055646 for what I'm trying to make out of boredom
Use wait for child.
local char = player.Character or player.CharacterAdded:Wait()
local hum = char:WaitForChild("Humanoid")
I fixed it dw
okay
i dont see how that stops anything
ur just confusing him
If they change the walkspeed
🤦🏻
He got it btw
lmao
** You are now Level 11! **
bro that bool trick ain’t gonna save you. any exploiter just deletes the localscript, flips walkspeed back, or hooks pre render conn to always set them back after calling.
that's why it's on the server brother..
LMAOOOOO
okay il assume ur a newbie, dont take this the wrong way, but pre render is only for the client 🙂
dont continue this if uk ur wrong bc il tag someone with creds to explain this to u
oh my bad i forgot
no worries
sorry but that still wont stop anything
brodie i dev cheats and ac's
i dev roblox studio
u do know that the client can manipulate the physics right?
yes
u can only stop legit input
what u stated before hand wont stop anything even if server sided with heartbeat
one sec il tag someone since ik u dont trust me
it will stop them from changing walk speed
it wont
dont worry il tag someone chill
then just kick them
"lemme call up packgod rq" ahh
ahh so uk ur wrong
local lp = game:GetService('Players').LocalPlayer
local hum = lp.Character or lp.CharacterAdded:Wait(); hum = hum:WaitForChild('Humanoid')
hookmetamethod(game, '__newindex', newcclosure(function(t, k, v)
if not checkcaller() and t == hum and k == 'WalkSpeed' and v == 0 then
return
end
return rawset(t, k, v)
end))
Nvm im wrong
** You are now Level 9! **
This wont work dont try to hack me dude