Roblox Forum banner

Discussions Showcase Albums Media Media Comments Tags Marketplace

1-16 of 16 Results
  1. Help
    How would I go about making a part than can be collided with only on one side?
  2. Help
    I tried making a script that will increase the stat Coins by 250 coins after a code is redeemed. Here is the script: local DataStoreService = game:GetService("DataStoreService") local DataStore = DataStoreService:GetDataStore("Codes") local codes = { -- CaSe SeNsItIvE ["TEST"] = {...
  3. Scripting
    I want to change this sniper rifle model so that it scopes in when you press Q, as an alternative to right-click for trackpad users (such as myself). This is the script: local SpeedChanged = false local OriginalFieldOfView = Camera.FieldOfView local Gun = script.Parent:WaitForChild("MeshPart")...
  4. Scripting
    local dataStoreService = game:GetService("DataStoreService") local clicksDataStore = dataStoreService:GetDataStore("Clicks") local rebirthsDataStore = dataStoreService:GetDataStore("Rebirthsss") local gemsDataStore = dataStoreService:GetDataStore("Gemms")...
  5. Scripting
    I dont know if im just lacking the brain process, but i've tried everything I know and I cant manage to enable movement after closing the window. After closing the window the character is stuck in place and can only jump up and down. Does anyone have any helpful suggestions?
  6. Scripting
    The script works great when you first come into the game. However, when I die or leave and come back it doesn't scale on load up until I update the leaderstats strength value with my dumbell tool. Here's my script: local Players = game:GetService("Players") local head = nil local depth = nil...
  7. Help
    game.ReplicatedStorage.createteam.OnServerEvent:Connect(function(player,name) local at = Instance.new("Team") at.Parent = te at.Name = name at.TeamColor = BrickColor.new("Really red") at.AutoAssignable = false player.Team = at end) this script inviting all players to...
  8. Scripting
    Hi I need help with scripting The script is when i press a button then everyone can hear a sound Ty if you did it
  9. Help
    hey everyone, i'm trying to make a subtitle system for my game, but for some reason it just doesn't work. how it works is that if there is a sound that you want to make a caption for, you put a local script and some config values in it which look like this: here's the code for the local script...
  10. Scripting
    Hello. I am trying to make a WW2 game and I am struggling with the menu. I'm trying to get 1. A Script where when a deploy button is pressed; It changes the team; Gives Items in accordance with a separate menu; Closes all GUIs; And it kills the player; 2. A script where when a "loadout" button...
  11. Help
    hello there, i am in need of help for my newest Roblox game, Its a nextbot game, and i really want a feature where you can take over/control nextbots, I have no idea of how to do this and if anyone has a model or a tutorial i would love that, here is what im going for Thank you.
  12. Help
    I really don't know what's going wrong here, but once i press shift it never stops, and pressing e doesn't stop the animation either( E stops it because E starts another script for sliding) BTW can you please explain what the changes youve made do? sorry im very new to scripting local UIS =...
  13. Help
    I am trying to make so a player can spawn in an NPC that will chase them around. The NPC can be customized, But im having a major issue, Heres the script: ----- local SE = game.ReplicatedStorage.Spawnbottemplate local botsFolder = workspace:FindFirstChild("bots") if not botsFolder then...
  14. Scripting
    Grass Script I need help to get the block to change size when the tool scissors are used and to make _g.scissorscut = 1 when the player clicks the mouse while holding the tool, I'm not sure if this is done right because I am new to coding and only know a little bit local GrassRegrowTime = 1...
  15. General Discussion
    Animation Script - local Tool = script.Parent local AnimationR15 = script:WaitForChild("AnimationR15", 1) local AnimationR6 = script:WaitForChild("AnimationR6", 1) _G.scissorscut = false -- I don't know where I need to put this global variable so when the player clicks it changes it from false...
  16. Scripting
    how can i modify this so that only the game owner can win the rainbow tag yt script video local replicatedStorage = game:GetService("ReplicatedStorage") local Players = game:GetService("Players") local RS = game:GetService("RunService") local overheadGui =...
1-16 of 16 Results
Top