
Help with Bring command - Scripting Support - Roblox
Jul 24, 2024 · I’m trying to create a bring command that bring the given name that is typed in the command bar. It does bring the typed player and all that, but when that brought player dies, …
Getting all players and do something - DevForum | Roblox
Oct 22, 2022 · Create a table and a chat connection that updates when players join and leave. When function is called, bring all players to a specific location based on table. Chat command …
How to get PlayerScripts on server side? - Help and Feedback
Jan 14, 2024 · Hello developers , I want to make script that gives player LocalScript. The problem is that PlayerScripts exists on client side in game.Players. (Player Name Here). How can I give …
Making a script working on every player - Roblox
Jan 5, 2023 · As I don’t know what type of script you are using I will provide the 2 ways you can get a player instance: On the client (LocalScript): local player = game.Players.LocalPlayer On …
Script help - teleport a player to me - DevForum | Roblox
Aug 2, 2022 · I’m trying to make a summoning script to summon the specified player infront of me, but it’s not working. Local script: (startercharacterscripts) wait(2) local Players = …
How to get the player from a server script? [Solved!] - Roblox
Aug 30, 2022 · So basically I am trying to get the player inside a server script so I can access their datastore and change values. I have heard about Remote Events but that’s only for …
How to make a part that brings the player up when touched
Dec 22, 2022 · Hey there, I was trying to make a part that when touched would bring the player up and then hover on top of the part. I was trying to use ApplyImpulse() because it was really the …
Give Player Tool Script - Scripting Support - Roblox
Dec 26, 2023 · Hi, This issue may seem dumb, but I’m only a new developer looking to expand my knowledge of Roblox development. How do I program a script to give a player “Tool X” …
lua - how to teleport player correctly for roblox - Stack Overflow
Jun 6, 2022 · how to teleport player correctly for roblox Asked 3 years, 4 months ago Modified 3 years, 3 months ago Viewed 2k times
How to go about getting the player in a server script? - Roblox
May 5, 2022 · I am not sure what the best way to go about this would be, but I want to access the player from a server script. The game I am working on is a single player game, so no other …