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

Why doesn't "my" capture the flag code work? the flag falls down.

Asked by 4 years ago

im working on a capture the flag game, and when a player with dies, the flag is supposed to stay there for another player to pick up, but for some reason it falls through the ground instead. here's "my" code, it's taken from the capture the flag template, i did use a few slight edits, but i dont know why its broken.

001ocal FlagStandManager = {}
002 
003-- ROBLOX Services
004local Players = game.Players
005 
006-- Game Services
007local Configurations = require(game.ServerStorage.Configurations)
008 
009-- Local Variables
010local FlagObjects = {}
011local FlagCarriers = {}
012local Events = game.ReplicatedStorage.Events
013local CaptureFlag = Events.CaptureFlag
014local ReturnFlag = Events.ReturnFlag
015 
View all 187 lines...

1 answer

Log in to vote
0
Answered by 4 years ago

nevermind fixed it

Ad

Answer this question