Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Basically I made a Sharingan script and it wont convert to FE I need help?

Asked by 5 years ago

Basically, I tried to replace a few lines like backpack and it didnt work. Here is the script if somebody can help please.

Player = script.Parent.Parent.Parent mouse = Player:GetMouse() run = game:GetService("RunService") LeftShoulder = Player.Character.Torso["Left Shoulder"] RightShoulder = Player.Character.Torso["Right Shoulder"] waittime = 4 bin = script.Parent me = script.Parent.Parent.Parent enabled = true function onKeyDown(key) if not enabled then return end if key == "f" then enabled = false Run = game:GetService("RunService") game:GetService("Chat"):Chat(me.Character.Head, "Hehe") wait(1)
game:GetService("Chat"):Chat(me.Character.Head, "Sharingan!") Player.Character.Head.face:remove() c = Instance.new("Decal") c.Face = "Front" c.Texture = "http://www.roblox.com/asset/?id=145094083" c.Parent = Player.Character.Head c.Name = 'face' Player.Character.Humanoid.MaxHealth = Player.Character.Humanoid.MaxHealth + 30 Player.Character.Humanoid.WalkSpeed = Player.Character.Humanoid.WalkSpeed + 2 wait(240) Player.Character.Head.face:remove() Player.Character.Humanoid.MaxHealth = Player.Character.Humanoid.MaxHealth - 30

Player.Character.Humanoid.WalkSpeed = Player.Character.Humanoid.WalkSpeed - 2 end end mouse.KeyDown:connect(onKeyDown)

0
Yeah the script will convert to FE on its own User#24403 69 — 5y
0
lol tacotown2 119 — 5y
0
Use a damn code block jesus. LoganboyInCO 150 — 5y
0
Hello, please use a Code Block as it makes it more neat and easier to read. TheOnlySmarts 233 — 5y

Answer this question