local plr = game.Players.LocalPlayer
local m = plr:GetMouse()
m.KeyDown:connect(function(key)
if plr.Name == "EternalSouI" and key == "x" then
p = Instance.new("Fire", x)
p.Heat = 1
p.Size = 2.5
p.Color = Color3.new(255, 85, 0)
workspace[plr.Name].Humanoid.WalkSpeed = 25
end
end)
So I'm trying to make it that when you press x, your walkspeed gets changed but only works for a certain person (I already have that down). But I cannot make the script add fire that is located inside of your head. I'm just asking for help, I'm not asking for you to make it for me. You can though. |