About 31,700 results
Open links in new tab
  1. I want to control other players characters - Scripting Support

    Jan 8, 2020 · Help with creating a script that lets you control 2 character models with different keybinds PlayAsync (aaa) January 8, 2020, 5:05pm #16

  2. Controlling another character ingame - Scripting Support - Roblox

    Mar 29, 2020 · So I’ve been looking on Dev Forum for a few days on how to control a different character in game but i couldn’t find anything. How would I go about doing this. This is and example of what i mean: Watch 2020-02-18 20-28-…

  3. How Do I control a player character? - Scripting Support - Roblox

    Jun 29, 2022 · You can write your topic however you want, but you need to answer these questions: What do you want to achieve? Keep it simple and clear! I am trying to control a player character like the ;control command in HD admin What is the issue? Include screenshots / videos if possible! I don’t know how What solutions have you tried so far? Did you look for solutions on the Developer Hub?. Search I ...

  4. How would I make a script to control someone’s character? - Roblox

    Jul 30, 2023 · What do you want to achieve? To find a method to control a character, and potentially any scripts that they are using (ie abilities) What is the issue? Include screenshots / videos if possible! I have no idea how I would even begin to do this, but I don’t need a script, just how I would theoretically do it. What solutions have you tried so far? Did you look for solutions on the Developer Hub ...

  5. [Full Tutorial] How to script on Roblox | Beginners!

    Sep 20, 2022 · How do script [ Update Version], 2022/2023 Introduction Hey there! Today, I will be teaching you how to script from scratch - all the basics you need to know when coming to script on Roblox with a better and updated version! [If you’re a beginner] After this tutorial, you should learn: Understand the very basics of scripting on Roblox. In this tutorial, we’ll be talking about: Variables ...

  6. Need help with player control script - Scripting Support - Roblox

    Aug 26, 2021 · so I want player move right if he hold R on keyboard (Don’t ask me why) but the problem is if player hold R he move right 1 time only but I want it move right as a repetition and stop moving right if he unhold R so please help and this is my script local Players = game:GetService("Players") local player = Players.LocalPlayer local Character = player.CharacterAdded:Wait() local humanoid ...

  7. Administer // Modern & Modular free admin system [1.2] - Roblox

    Oct 2, 2024 · NEW: Playground Roblox game: Administer Testing - Roblox What is it? Administer is the admin panel that’s fully yours. You control what it does, who it belongs to, its design, and everything about it. Why Administer? Administer is quick. On linux (a traditionally slower platform), Administer fully initializes in just over one second, and just over .3 seconds in a live server! Administer is ...

  8. How to control another character - Scripting Support - Roblox

    Nov 27, 2024 · I am trying to make a script that lets one player control another, and it mostly works, but sometimes the movement stops. My current script works like this: 1. Disable controls for target player (works) 2. Disable movement for current player (works) Then every Heartbeat: 3. Calls :MoveTo() on the target player's humanoid, trying to move it to it's current position + the current player's ...

  9. How do i make a player fling? - Scripting Support - Roblox

    Apr 5, 2020 · I posted a similar topic before, but I don’t really know where to start. Someone mentioned about changing velocity, could anyone give me some pointers on what I need to do, if I want to change the players velocity? Do I need do create a new instance about BodyVelocity and make it a child to the player? I have been stuck on this for ages, any help would be greatly appreciated as I am still in ...

  10. How to make chat commands using the lua chat system - Roblox

    Jan 11, 2022 · Introduction Hello everyone! Today, i’ll be showing you how to make chat commands using the lua chat system! In this tutorial, I’ll be showing you an examples of what you could do using this method. One will be an example! From the research i’ve done, most of them would be using player.chatted. In this tutorial, I’ll show you a better, simpler and easier method! With more functionality ...

Refresh