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

Press F to pay respects?

Asked by 4 years ago

Hello! Im trying to make a script that puts an overhead script on top of your head saying: (Playername) Paid Respects!

Im really not experienced with this kind of things; so i made this nooby one using the scripts from free models and tutorials:

  • *repeat wait() until game.Players.LocalPlayer

    local player = script.Parent.Parent

    local mouse = player:GetMouse()

    mouse.KeyDown:connect(function(key)

    if key == "f" then

    script.Parent = game.ServerScriptService

    local billboard = script.BillboardGui

    local playername = "Alexjandro_23" ---This is supposed to be every player that presses f

    end

    end)

    end)*

Pls help!

0
if pay_respects then f end LoganboyInCO 150 — 4y
1
F Amiaa16 3227 — 4y
0
Use UserInputService or ContextActionService, and use a "RemoteEvent" to do the paid respect effect on the Server. basicecstasy 122 — 4y
0
f theking48989987 2147 — 4y
View all comments (5 more)
1
f NeutralEnergy -1 — 4y
0
@Alexjandro_23 , Do you want it to appear above your name, or the player who you clicked's name? mc3334 649 — 4y
0
f Fifkee 2017 — 4y
0
playername should be player.Name AnonymousDeveloper13 22 — 4y
0
what happened here...? DeceptiveCaster 3761 — 4y

Answer this question